hexOffender
Programmer
I am writing a Web app that will run on our local Intranet.
I want to set it up so that users will be authenticated by Active Directory, then they can run queries etc. I have the authentication working, but when a query is run on the SqlServer(which is on a different server than the IIS box), it is being run under NT AUTHORITY\ANONYMOUS LOGON, and is throwing an exception. I set up a new group in Active Directory that will be able to run this application. I am using impersonation in the web.config and I have the AD group set up on the SQLServer. There is still something not set right though, so I need your help. What else am I missing....
I want to set it up so that users will be authenticated by Active Directory, then they can run queries etc. I have the authentication working, but when a query is run on the SqlServer(which is on a different server than the IIS box), it is being run under NT AUTHORITY\ANONYMOUS LOGON, and is throwing an exception. I set up a new group in Active Directory that will be able to run this application. I am using impersonation in the web.config and I have the AD group set up on the SQLServer. There is still something not set right though, so I need your help. What else am I missing....