Top "Iis-express" questions

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

Using IIS Express to host a website (temporarily)

I have a website (MVC3), which for developement is hosted in IIS Express. (I've run into a bug of Cassini …

.net iis iis-express
IIS Express vs Default IIS that comes with Windows 7

I am new to the world of IIS and I wanted to know the following... I have heard about IIS …

iis iis-express
IISExpress returns a 503 error from remote machines

I'm attempting to test a website I have running in a local IISExpress instance with some other machines / devices on …

iis-express
VS 2012 can't load project which uses IIS with custom binding host - thinks it's using IIS Express

I have an ASP.NET project which uses IIS. IIS site is configured to use custom binding host name. Project …

asp.net iis visual-studio-2012 iis-express
"Unable to launch the IIS Express Web server." in Visual Studio

I attempted to run my web service through visual studio. I faced an issue like : --------------------------- Microsoft Visual Studio --------------------------- …

visual-studio iis-express
IIS Express - 500.19 Cannot read configuration file - because it's looking at the wrong path

I recently renamed my root TFS folder from D:\TFS\systemstfs to D:\TFS\sys because one of the project's …

.net iis-express
IIS Express crashes when starting a site from visual studio

I started encountering this problem after installing the Visual Studio 2015 RC; I am no longer able to debug web projects …

iis-express visual-studio-2015
IIS Express unable to create the virtual directory

I'm using IIS Express to create a virtual directory at http://localhost:5000/ and received this error: Unable to create the …

iis-express
Visual Studio IIS Express hangs on launch, but IIS local works, why?

I run Visual studio 2015 as administrator, start a new project, ASP.NET application, Empty 4.5.2 and then just add a simple …

asp.net visual-studio-2015 iis-express
How To Disable Https in Visual Studio 2017 Web Proj ASP.NET Core 2.0

I've created a default project in Visual Studio 2017 with ASP.NET Core 2.0. I've chosen the Web App with MVC and …

visual-studio asp.net-core visual-studio-2017 iis-express asp.net-core-2.0