Top "Iis-express" questions

IIS Express is the developer version of full IIS that doesn't require Administrator rights to run.

how to run iisexpress app pool under a different identity

is there a way to run iisexpress app pool under a different identity other than the currently logged in user? …

visual-studio-2010 iis-express
Running IIS Express with admin privileges

This has been asked before but was closed as "Not a real question" https://stackoverflow.com/questions/7450813/how-to-run-a-site-with-administrative-privileges-in-iis-express-7-5 However …

port iis-express administration hostname elevated-privileges
Using Windows Authentication in ASP.NET

I'm trying to use Windows Authentication in my ASP.NET application. Whenever I try to view the app it sends …

c# asp.net iis windows-authentication iis-express
IIS Express is automatically disabling anonymous authentication for my project, why?

When I switch my ASP.NET MVC project from Cassini web server to IIS Express, this is added to my …

asp.net-mvc visual-studio web-config iis-express
Stop Visual Studio 2013 modifying the IISExpress applicationHost.config

I have a website project using Visual Studio 2013, and each time I open it, it keeps adding a new entry …

visual-studio iis-express visual-studio-2013
IIS Express 8 - Cannot write configuration file

I am trying to use IIS Express 8 for a MVC site in VS2012. I am getting the following error whenever …

iis-express visual-studio-2012
How do I display custom error pages in Asp.Net Mvc 3?

I want all 401 errors to be be redirected to a custom error page. I have initially setup the following entry …

asp.net-mvc-3 error-handling iis-express custom-error-pages http-error
Force IIS Express to Classic Pipeline Mode

How can I force IIS Express to run at classic mode? And I need that this configuration stays with .csproj, …

asp.net visual-studio iis iis-express
Visual Studio 2015 / IISExpress change SSL port

I have 2 projects, a Web API and a client angularJS project (that was created using the Empty Project template). My …

visual-studio-2015 iis-express
IIS Express defaulting to port 44300 for HTTPS when enabling SSL

When you initially set up IIS Express to enable SSL, it defaults the port to 44300. Unfortunately, when I try to …

asp.net-mvc ssl https iis-express