I have a web application that uses Windows authentication
( <authentication mode="Windows" />).
It seems to work fine MOST of the time, for MOST people. I have a couple users, however that keep getting asked to re-authenticate, only on certain pages! I have a test program that displays basic security data about the users, and I noticed that for the ones that work OK, the USER.IDENTITY.UATHENTICATIONTYPE = NTLM, and for one of those that does not work it is Negotiate, but for another it is NTLM.
Any ideas? Thanks,
Steve
( <authentication mode="Windows" />).
It seems to work fine MOST of the time, for MOST people. I have a couple users, however that keep getting asked to re-authenticate, only on certain pages! I have a test program that displays basic security data about the users, and I noticed that for the ones that work OK, the USER.IDENTITY.UATHENTICATIONTYPE = NTLM, and for one of those that does not work it is Negotiate, but for another it is NTLM.
Any ideas? Thanks,
Steve