All Questions
Tagged with impersonation windows-authentication
1 question
2
votes
2
answers
10k
views
IIS7 + ASP.NET Impersonation + Windows Auth = 401 Unauthorized
I've got an asp.net app that relies on Request.LogonUserIdentity.Name to be populated with the username of the person logged onto the client machine. In IIS7 on the webserver, I've disabled Anonymous ...