Just moved a site from old win2k3 server to win2012 R2 (iis 8.5)
The site uses windows authentication.
Old server... automatically authenticates, no popup.
New server... shows authentication popup. If you enter your credentials in the popup it authenticates successfully.
The solution I have found (so far) is to add the site to the trusted sites. Once in the trusted sites... no popup.
Ideally, I would prefer not to have to add a new entry in trusted sites for every application that requires windows auth.
Is there a way to configure the site in IIS 8.5 that would allow it work as before in IIS6?