Windows Authentication : NT Authority\Anonymous LOGON error
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have a web application which connects to SQL Database to bring the data I have set impersonation to true in the web config <identity impersonate="true" /> I have Integrated Security = SSPI in my connection string I have set authentication mode= windows I have set my IIS to use Integrated Windows Authentication. Anonymous access turned off. Am able to run it on server and it works fine. But when I try accessing from client machine, Login Failed for user 'NT Authority\Anonymous LOGON' error. Any idea? Please help.
Thanks