AuthenticationType Negotiate vs NTLM
Posted
by
Claudio Redi
on Stack Overflow
See other posts from Stack Overflow
or by Claudio Redi
Published on 2011-01-10T13:52:05Z
Indexed on
2011/01/10
13:53 UTC
Read the original article
Hit count: 301
I have the same code base used on 2 different sites hosted on the same server (IIS 7.5).
For some reason, when I check the Identity.AuthenticationType property on the code behind of an http handler I see NTLM for 1 site and Negotiate for the other. This is causing some problems and I need both of them to use NTLM.
Could you help me to figure out why this difference? So far I see both IIS sites are configured on the same way but of course there is at least 1 difference that I couldn't detect. Thanks!
© Stack Overflow or respective owner