c# - Windows Login Prompt When Accessing Site -
There is a Windows login when accessing a site with a host other than the localhost on IIS.
For example, http: // localhost / mysite - http: // ipaddresss / mysite - login prompt
if I enable anonymous access in the IIS settings for web applications I am prompted to remove the prompt and I can use the site properly. I also have Windows authentication enabled.
I want to be able to disable anonymous access without getting Windows login.
Windows IIS 7.5 Windows Server 2008 R2 ASP.NET 4.5 MVC Web App
It is not related to the browser. I get a behavior that is IE or Firefox.
This is an Internet setting that can be changed in IE or Control Panel
< P> Internet Options -> Security -> Local intranet -> Sites - Creating your site / domain in the listIE is pointing to Windows credentials if it is not in intranet zone or intranet sites Not in the list. Add the site to your intranet zone list for automatic login
Comments
Post a Comment