I hope you can help me. I have an ASP.NET 4.0 web application running under IIS 8.5 on a Windows Server 2012 R2 box. When we try to access the application it looks for a username & password in a "Windows Security" panel.
We are confused to say the least! Obviously we checked the following:
- The web.config says is enabled
- IIS says "Anonymous Authentication" is disabled (which is what we want)
- IIS Says "Windows Authentication" is enabled (which is what we want)
- We have bounced IIS and the server
- We had a look at the applicationHost.config and it looks okay (but to be honest there is a lot there)
- On IE 11 - the localhost website is added already as a trusted site
Has anyone encountered this before? Would appreciate any suggestions/comments/user-experience you may be able to share...