IIS Express is the developer version of full IIS that doesn't require Administrator rights to run.
is there a way to run iisexpress app pool under a different identity other than the currently logged in user? …
visual-studio-2010 iis-expressThis 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-privilegesI'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-expressWhen 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-expressI 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-2013I am trying to use IIS Express 8 for a MVC site in VS2012. I am getting the following error whenever …
iis-express visual-studio-2012I 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-errorHow 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-expressI have 2 projects, a Web API and a client angularJS project (that was created using the Empty Project template). My …
visual-studio-2015 iis-expressWhen 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