I have tried logging in on my PC as (domain) Administrator and it does not work either (in the same way as my user fails) so my feeling is the problem is passing the logon from IIS to the file server (although why it works logged on to the server I have no idea!). When I check the event viewer (security) on the file Server it has 'ANONYMOUS LOGIN', NTLM (when I run from a PC)
However when I am logged in to the (IIS & SQL) Server console th event viewer says 'Domain\Administrator', kerberos, ...
In answer to your point ASP.NET is a local user (I don't know if it is a big deal to change it to a Domain user?) so I cannot give it access. Do I need to make ASP.NET a domain user? shall this jepardise my other running asp pages?
Main Topics
Browse All Topics





by: CodeCruiserPosted on 2009-10-20 at 01:16:05ID: 25611864
>Additionally it works when I log on to the (IIS and SQL) Server as Administrator.
Its because impersonate is set to true so it works when you are admin. Try to give permissions to the ASP.NET user.