Dot net 4.0
IIS7
WCF app
SQL 2005 standard
App is hosted on server1 , db is hosted on server2.
Application pool using .4.0 integrated as opposed to classic.
When browsing to site i see NT AUTHORITY\ANONYMOUS LOGON.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sorry, just figured it out.
Removed
Integrated Security=true
From web.config.
Appears the application pool identity was being passed to SQL server.