Top "Iis-express" questions

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

Stop a web site hosted with IIS Express from command line

I'm working on a web solution in Visual Studio 2010 that is using IIS Express to host the application. I want …

visual-studio-2010 iis-express appcmd
Android Emulator loopback to IIS Express does not work, but does work with Cassini

I am attempting to post data from an Android application running in the Android Emulator on my local machine to …

visual-studio android-emulator cassini iis-express loopback
GZip response on IIS Express

I want to compress responses coming from my IIS Express driven web application. We're using IIS Express as local development …

asp.net gzip iis-express
How do I change my IIS Express SSL certificate for one that will work with Chrome 58+?

Chrome 58+ drops support for CN in SSL certs, which means (at least on my machine) that browsing sites hosted in …

google-chrome powershell ssl iis-express
IIS Express Error http 404.17 – not found running a WCF service

I just created a WCF Service Application in VS2013 with framework 3.5. for exposing some methods I have in a class …

wcf visual-studio-2013 iis-express http-error
Custom errors not working with IISExpress

I have a asp.net mvc application and am trying to get custom errors working with IISExpress. Works in Casini …

iis-7.5 iis-express custom-error-pages
Adding <mimeMap> entry Causes 500 for Other Static Content on IIS Express

I'm using Visual Studio 2012 with Update 2 and IIS Express. When I add a record to the staticContent section, all other …

visual-studio iis visual-studio-2012 mime-types iis-express
VS2013 cannot add WCF service reference in solution

I just created a WCF web site .net 3.5, I think by creting a default one would be enough to replicate. …

wcf .net-3.5 visual-studio-2013 iis-express http-error
Running the 64 bit version of IIS Express 8 RC with Visual Studio 2010

I have a web app that uses the 64 bit version of SharpSvn, a managed DLL with an unmanaged dependency. It …

visual-studio-2010 iis-express iis-8
ASP.NET website pages not reflecting recent changes

I have been working on a new intranet site for a few weeks now, and everything has worked as expected. …

c# asp.net asp.net-4.0 iis-express visual-studio-express