asp.net - Authentication dialog when running with Visual Studio web server -


When using a Visual Studio built in the web server, standard login box pops up every time I request a page Happens and asks for credentials. It does not really work by putting it into my credentials, so I have to cancel only 5 times, so it will get rid of it.

When I work only on IIS (locally or on the test server) (no login box comes up)

Someone knows how to fix it or What can be known about this?

I think you see the Javascript warning box, the login dialog is correct? When you request a part of the website, where anonymous access is disabled from IIS, this dialogue pops up. This is different from ASP.NET authentication.

Do you have some web site preserved? Or are you requesting any HTTP requests for external sites, such as images and etc?

If your page looks ok after repeated cancellation, then it should be one of the HTTP requests such as images, CSS, JS or whatever

I'm Fiddler Or do I want to see in firebug that any requests have been unsuccessful if you canceled it in that login dialog.

I am also trying to clear the cached / authenticated session, which runs on the IIS page to see if it really shows you that dialogue.


Comments