Windows Authentication in IIS Express prompts credentials endlessly
Croaker
5
Reputation points
I am trying to set up Windows Authentication for a .NET Framework 4.7.2 MVC application. When I run the app in Visual Studio (IIS Express), the browser (Chrome or Edge) prompts repeatedly for my credentials but never accepts (lets me view the page) or rejects them (shows a forbidden message etc.).
I have set the authentication mode to Windows in the web.config. And enabled Windows Auth and disabled Anonymous Auth in the project properties pane. How can I get it to evaluate the credentials properly?
Developer technologies | Visual Studio | Other
5,463 questions
Developer technologies | ASP.NET | Other
3,602 questions
Sign in to answer