> > Hi,
>
[quoted text clipped - 15 lines]
>
> Hope this helps
Hi,
My app is an asp.net 2.0 app with no impersonation. By default, I
expect Network Service be used. The database uses Windows
Authentication. I added the "NT AUTHORITY\NETWORK SERVICE account to
the database. I checked the security setting on the app folder at C:
\Inetpub\wwwroot\HumanResources and verified that NETWORK SERVICE is
added to the folder. Am I missing anything here?
Thanks,
Jonathan Kha
Alexey Smirnov - 25 Sep 2007 20:45 GMT
> > > Hi,
>
[quoted text clipped - 29 lines]
>
> - Show quoted text -
Hi Jonathan
try to add into your pages
User: <%=User.Identity.Name%>
to see what user is running your application. It looks like in the
second case you would have the companyDomain\BOSIIS$
Check what authentication mode you have and also check the Security
tab on IIS to see if there any difference.
Hope it helps