Based on this article , I created the base ASP.NET MVC site using the Visual Studio 2013 Intranet Site template with default settings and without changing anything.
When starting the site in debug mode, instead of logging in and displaying my domain\username I will be asked to enter my username / password in the Authentication Required dialog box.
I got the impression that since I have already been authenticated in the domain, I must be registered directly in the application using my AD account, without having to enter anything. When I try to explicitly enter my AD name or local user account, nothing is accepted.
EDIT
If I enter my username / password using Firefox, I am authenticated, but not with Chrome and IE.
Any ideas?
authentication c # asp.net-mvc-4
Mark erasmus
source share