I just deployed some changes to my web app, restarted IIS, and suddenly I'm getting 401 errors all over the place. EXCEPT if I enable NTLM authentication in Firefox:
- browse to about:config, and agree not to mess anything up
- filter by "trusted", then modify "network.automatic-ntlm-auth.trusted-uris" to include my app url, e.g. foo.mycompany.com
- restart Firefox, and it gets into the app just fine
IE and Chrome will not let me in, even when I enter the DOMAIN\USERNAME and password.
Any ideas what would cause this behavior?