StackOverflow: IIS Express is automatically disabling anonymous authentication for my project, why? To disable anonymous authentication in IIS Express, I found updating the following element in the project files (i.e. csproj, vbproj) allowed me to debug my application with anonymous access. Changing the IISExpressAnonymousAuthentication setting to enabled fixes the issue (it can also be done […]
Category: IIS
Categories
Reporting tool for Microsoft IIS
Admin Report Kit (ARKIIS)
I ran across this problem with an ASP page and found a solution on the Microsoft Support site. Symptoms: Active Server Pages (ASP) page, ASP.NET page, Internet Services API (ISAPI) application, or Common Gateway Interface (CGI) application on a Windows Server 2003 server running Internet Information Services (IIS) 6.0, give the following error messages: HTTP […]
To redirect browser requests to another folder or Web site: Start IIS Manager. Click to expand * server name, where server name is the name of the server. Right-click either the Web site or the folder that you want to redirect, and then click Properties. Click one of the following tabs that is appropriate to […]