Hi All,
I have taken ownership of a IIS web server which has multiple Virtual Applications, and have been asked to investigate an issue where some users are requested to provide their credentials when they access the Virtual Application.
Some details about the setup:
* IIS version 8.5 running on Windows Server 2012 R2
* The Virtual Application is called Sesame1, both Anonymous and Windows Authentication has been enabled.
* Windows Authentication is set to NTLM, Negotiate
* The Virtual Application is using the default ApplicationPoolIdentity
Both the users and the server are in the same domain.
We access the Virtual Application by the url http://servername/sesame1, if using IE 11, I am able to get to the main page, then any pages/links I try to access, I am requested to provide my credentials.
If I use Firefox, I am able to access the The Virtual Application without any issues.
In the IIS Logs, I see entries with "401 1 2148074254" at the end of the lines.
I am not sure what else I can check configure to get this to work.
Any guidance/help would be appreciated.
Thanks,
Steve