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

learn more… | top users | synonyms

71
votes
6answers
20k views

Using Custom Domains With IIS Express

Traditionally I use custom domains with my localhost development server. Something along the lines of: dev.example.com dev.api.example.com This has provided me a ton of flexibility when working ...
84
votes
3answers
24k views

IIS Express Windows Authentication

I'm trying to use IIS Express with VS2010 to host a silverlight application. I modified my applicationhost.config file to allow for modification of the proper configuration settings. I have the ...
35
votes
3answers
18k views

Configure IIS Express for external access to VS2010 project

I am developing a project in VS2010 and am able to view my site locally via IIS Express. I would like to enable external access over the network. All my research has sent me to this blog entry: ...
33
votes
1answer
5k views

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 my local network. I am running Win7 Pro. When I first attempt to browse to my ...
19
votes
4answers
12k views

Binding IIS Express to an IP Address

Is it possible to use IIS Express to host pages on a network. Out of the box it can do localhost but I am trying to bind it to an IP address.
9
votes
1answer
5k views

How to configure Visual Studio 2008 to use IIS Express?

The IIS Express FAQ notes that: You can also manually launch IIS Express from the command line and use it with Visual Studio 2008, using the custom web server option How do I configure the ...
7
votes
5answers
7k views

How to run IIS Express as a process started via a Windows Service

I am trying to distribute IIS Express with my application. IIS Express will serve external web requests on port 80. I have no problems running IIS Express as well as serving external requests however ...
13
votes
4answers
12k views

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 in my web.config. <customErrors defaultRedirect="ErrorPage.aspx" mode="On"> ...
23
votes
5answers
3k views

Dots in URL causes 404 with ASP.NET mvc and IIS

I have a project that requires my URLs have dots in the path. For example I may have a URL such as www.example.com/people/michael.phelps URLs with the dot generate a 404. My routing is fine. If I ...
33
votes
2answers
18k views

IISExpress User Interface

I have just downloaded and installed IIS express and it all works well running it from the command line: But how do i configure options for it, is there a standalone windows interface for it like IIS ...
17
votes
5answers
2k views

Debugging MVC application in VS2012 attempts to start IIS Express twice

UPDATE I'm certain this is a Visual Studio bug with no obvious solution. I've encountered a number of people who have the same exact issue. I have submitted a bug ticket with Microsoft here: ...
9
votes
4answers
13k views

Unable to launch the IIS Express Web server

When trying to debug a web application configured to use IIS Express 7.5 in Visual Studio 2010, I received the following error "Unable to launch the IIS Express Web server" When running from the ...
7
votes
2answers
3k views

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 fine: <customErrors mode="On" defaultRedirect="/error"> <error ...
29
votes
4answers
7k views

Starting and stopping IIS Express programmatically

I am trying to build a small application in C# which should start/stop an IIS Express worker process. For this purpose I want to use the official "IIS Express API" which is documented on MSDN: ...
15
votes
3answers
5k views

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 access my site in on https://localhost/ it doesn't work unless I use the port number ...
14
votes
3answers
11k views

Add MIME mapping in web.config for IIS Express

I need to add a new MIME mapping for .woff file extensions to IIS Express. If I add the following snippet to the "applicationhost.config" of IIS Express it works fine: <staticContent ...
5
votes
7answers
3k views

Can't get IIS Express 8 beta to run website as 64-bit process

on x64 Windows 7 am trying to get hello world MVC 3 website running as 64-bit process (so Environment.Is64BitProcess returns true on a page) using IIS Express 8 latest beta. IIS Express 7.5 is 32 bit ...
23
votes
4answers
13k views

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 Devserver and had to upgrade...) Now, I'm wondering, is it possible to let other machines on ...
27
votes
1answer
10k views

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 virtual directory. The URL 'http://localhost:5000/' is already mapped to a ...
20
votes
2answers
6k views

IIS Express — Getting SSL to Work

I am unable to get IIS Express to accept secure connections for a VS2010 MVC3 project that I'm developing. I can get it to accept unsecure connections on port 80, but not secure on port 443. I've ...
20
votes
3answers
5k views

Using Fiddler with IIS7 Express

I am using IIS7 Express while developing my web application. I need to use fiddler to investigate an issue and cannot figure out how to configure things so I can get the HTTP stream. It seems that ...
5
votes
1answer
6k views

IIS 7.5 Express New Virtual Dir

how do i add new virtual directory? I'm getting error (The type or namespace name 'xxx' could not be found) but the files are all in /bin. i have tried editing the applicationhost.config like this: ...
8
votes
3answers
10k views

Upgrading to ASP.NET 4.5/MVC 4 forms authentication fails

I've just downoaded a VS 2012 along with ASP.NET 4.5 and MVC 4.0 and was kicking the tires with a sample app and found that the forms authentication that works perfectly with ASP.NET 4.0/MVC 3 no ...
6
votes
2answers
2k views

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 will not run in IIS Express 7.0. Switching to the 32 bit version of the assembly works fine. ...
7
votes
2answers
4k views

IIS Express and Classic ASP

I'm trying to get a classic ASP site set up on IIS Express under Windows XP. I am able to get iis setup and running as well as setting up the site, but when I try to browse to an asp page all I get ...
4
votes
3answers
2k views

How to switch IIS Developer Express to “Classic Mode”

I know how to switch to "Classic Mode" (from "Integrated Mode") in the full IIS via application pool settings. But I can't find how to do it in the current IIS Developer Express beta. The MS ...
9
votes
1answer
2k views

Mini Profiler does not render scripts

I've added Mini Profiler through NuGet and though in a really simple project works lovely, this is a big and existing project, and of course that I'm getting some problems with it :( it writes the ...
7
votes
3answers
4k views

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? I am getting around this problem using the "runas" command currently but I would like to ...
0
votes
5answers
4k views

Publish WCF Service app on IIS Express using Web Deployment

I want to publish WCF Service Application created in Visual Studio 2010 on IIS Express. So I'm using Project -> Publish -> Web Deploy: Service URL: http://localhost Site/application: wcf But ran ...
4
votes
2answers
959 views

Azure Compute Emulator: Is it possible to control the IP of individual instances?

Working with the June 2012 Azure SDK, Visual Studio 2010, and IIS Express, I have a web application which has been running on 127.255.0.2. I'm using ACS for authentication, and my app is configured as ...
3
votes
3answers
1k views

Can IIS 7.5 Express be used in a commercial environment?

I'm in a situation where i only need a very simple web server and all the extra bits of a fully fledged IIS7 just cause trouble for my infrastructure/deployment guys. Can we legally use IIS 7.5 ...
10
votes
3answers
8k views

How do I configure a website project to use IIS Express?

I have a website project, not a web application. I have Visual Studio SP1 (beta) installed, but I only see the option to use an external web server; there is no "Use IIS Express" option like with web ...
4
votes
1answer
2k views

VS 2012 IIS Express 8 - Unable to launch the IIS Express Web server

I'm trying to run an MVC 4 project in IIS Express 8 (because that is apparently what comes with VS 2012) and every time I've tried to run it from VS, I get the following error. Unable to launch the ...
4
votes
3answers
6k views

How to Run PHP on IIS7.5 Express?

I have Win XP SP3 and have installed IIS7.5 Express and want to run PHP on it. I am able to run simple HTML code on the server, I am able to start and stop the server by running iisservices.exe, but ...
4
votes
7answers
8k views

How do I start IIS Express?

I've used the Web PI to install IIS Express. In the tray, there is not the IIS Express icon. How do I start IIS Express without using the command line? I want that IIS runs permanently, so without ...
3
votes
1answer
6k views

Error: allowDefinition='MachineToApplication' beyond application level

there are a ton of SO postings on this subject. by far, the solution seems to be to configure the directory in IIS as an application. Another common solution is to remove backup web.config files ...
2
votes
1answer
516 views

Use IIS Express by default in Visual Studio 2010 (MVC3) web projects?

Just recently upgraded to Visual Studio 2010 SP1 and ASP.NET MVC3, but the only way I'm aware of using IIS with new projects is to set this up manually after the project is created. Is it possible to ...
0
votes
1answer
505 views

ASP.NET Dev Server (Cassini), IIS Express and multiple threads

I can't seem to find any information on this anywhere. Either it's my imagination or the ASP.NET Dev Server (Cassini) cannot handle multiple threads (e.g. multiple requests). Is this correct? Does ...
29
votes
8answers
17k views

Visual Studio Debugging/Loading Very Slow

I'm at wits end. Visual Studio is typically painfully slow to debug or just plain load ("start without debugging") my MVC sites. Not always: at first, the projects will load nice and fast, but once ...
12
votes
2answers
8k views

IIS Express gives Access Denied error when debugging ASP.NET MVC

I have created an ASP.NET MVC 3 project, and am using IIS Express as the web server when developing. When I try to debug, I get the error message below. How can this be solved? Server Error in ...
8
votes
2answers
2k views

Is it possible to use custom host headers / bindings with IIS7 Express?

I'm trying to configure a new ASP.NET MVC3 using IIS7 express (on my local development machine) to use a custom domain name. eg. my local dev machine. kick open my web browser goto ...
27
votes
3answers
20k views

How to start IIS Express Manually

Is there a command line program or service that I can use to start IIS Express manually?
15
votes
2answers
6k views

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 Express. I run Windows 7 Ultimate and have installed the IIS that comes packaged with Windows 7. As a ...
11
votes
1answer
7k views

IISExpress Log File Location

IISExpress writes log and configuration data to pre-determined location out of the box. The directory is an "IISExpress" directory stored in a users home directory. In the directory is stored the ...
10
votes
5answers
6k views

IIS Express Web Server - (Every) Port is in Use?

Today I installed VS2010 SP1 Beta, and IIS 7 Express, as I currently have IIS5 on my local development machine and thought I'd try IIS Express out. I have gone into the properties window for my Web ...
9
votes
5answers
3k views

Having problems using IIS Express SSL with VS2012 and a Team

The Problem: ADFS2 requires that a RP Trust uses https. The RP trust being https://localhost:44310/PAWS/. With that said, I need to have IIS Express use SSL locally. So, when I configure my ASP.NET ...
8
votes
1answer
8k views

Accessing IIS 7.5 Express from another machine on the intranet

I am running on VS 2010 Pro with SP1 Beta and IIS 7.5 Express. Everything is working fine, but I am trying to access the site from another machine on our intranet and it does not seem to see ...
4
votes
3answers
1k views

Does IIS Express support Debugging Classic ASP?

I recently installed Visual Studio 2010 SP1 BETA, ASP.NET MVC 3 RC2 and IIS Express. I successfully got an MVC 3 project running along with classic ASP pages in the project with IIS Express. I was ...
2
votes
1answer
3k views

Global variables within IIS Express

I've just installed IIS Express, can anyone tell me where it gets the settings for the following variables? %IIS_BIN% %IIS_USER_HOME% %IIS_SITES_HOME% %SYSTEMDRIVE% Thanks
6
votes
2answers
6k views

IIS Express HTTP Error 401.2 - Unauthorized

I have tried the suggestions in this post but I can not get Windows Authentication working with IIS Express in Vision Studio 2010. Now I get following error: Here are my applicationhost.config file ...

1 2