G
Guest
Hi,
I'm tearing my hair out with this one.
I the error is basically.. Login failed for user 'NT Authority\Anonymous
logon'
I have seperate SQL Server and asp.net (1.1) servers.
The app is using Forms authentication.
Currently the process is running under the user bob\iusr_bob (bob being the
server name)
The app works fine from either web server or db server, when I either use
impersonation or not.
Unfortunately it doesn't work when you connect from client machines getting
the basic (server error in app/application) where it hides the error message
due to security.
identity impersonate="true" in web.config - when this line is removed I get
Login failed for user 'Null' not associated with a trusted sql server
connection
I believe the issue to be Login failed for user 'NT Authority\Anonymous
logon' however, since this was the error which was occurring before I
momentarily switched impersonation off.
HELP!!
I have looked at so much info my head hurts, and yet I'm not getting
anywhere. One of the basic questions is as to whether I should be using
impersonation or not.
I basically need to fix this. I can't say how much pressure I'm under to get
this done...
Any help most appreciated.
Thanks!
I'm tearing my hair out with this one.
I the error is basically.. Login failed for user 'NT Authority\Anonymous
logon'
I have seperate SQL Server and asp.net (1.1) servers.
The app is using Forms authentication.
Currently the process is running under the user bob\iusr_bob (bob being the
server name)
The app works fine from either web server or db server, when I either use
impersonation or not.
Unfortunately it doesn't work when you connect from client machines getting
the basic (server error in app/application) where it hides the error message
due to security.
identity impersonate="true" in web.config - when this line is removed I get
Login failed for user 'Null' not associated with a trusted sql server
connection
I believe the issue to be Login failed for user 'NT Authority\Anonymous
logon' however, since this was the error which was occurring before I
momentarily switched impersonation off.
HELP!!
I have looked at so much info my head hurts, and yet I'm not getting
anywhere. One of the basic questions is as to whether I should be using
impersonation or not.
I basically need to fix this. I can't say how much pressure I'm under to get
this done...
Any help most appreciated.
Thanks!