A
ADNT
Hello,
Using Windows authentication with Impersonate=true in my web.config I
discovered that within Global.aspx Application_PostAuthenticateRequest
method I get different values in
System.Net.CredentialCache.DefaultCredentials.
It seems that with IIS6 I correctly get the windows logged user, but in
IIS7, integrated pipeline gives me the NT Autority\Network Service account,
why ?
Where/When/How could I get now a credential with the windows loggued user ?
Thanks for help.
CS
Using Windows authentication with Impersonate=true in my web.config I
discovered that within Global.aspx Application_PostAuthenticateRequest
method I get different values in
System.Net.CredentialCache.DefaultCredentials.
It seems that with IIS6 I correctly get the windows logged user, but in
IIS7, integrated pipeline gives me the NT Autority\Network Service account,
why ?
Where/When/How could I get now a credential with the windows loggued user ?
Thanks for help.
CS