Tagged Questions

IIS Express is a developer version of IIS 7.5 that doesn't require Administrator rights to run. It is designed as a replacement for the Cassini (Web Development Server) that has been standard in Visual Studio. It is available as a separate download and will be supported in Visual Studio 2010 / ...

learn more… | top users | synonyms

38
votes
4answers
7k 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 ...
21
votes
3answers
7k views

Using Custom Domains With IIS Express

Traditionally I have used customer 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 ...
16
votes
4answers
3k 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: ...
14
votes
1answer
3k 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: ...
13
votes
1answer
3k 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 ...
11
votes
3answers
2k 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 ...
10
votes
2answers
2k views

Using port 80 with IIS Express inside of VS2010

I've got an app that I am trying to run on my dev system under IIS Express from VS2010 that I need to use port 80 for, but I can't get it to work. I've looking up information talking about port 80 ...
9
votes
2answers
1k 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 ...
9
votes
1answer
3k 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 ...
9
votes
2answers
2k views

How do I configure IIS Express to run with VS2008?

I have the IIS Express Beta downloaded and installed on WinXP. I don't have VS2010. How do I configure VS2008 to launch IIS Express Beta when debugging/running a site?
8
votes
2answers
4k views

How to start IIS Express Manually

Is there a command line program or service that I can use to start IIS Express manually?
7
votes
1answer
963 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 ...
7
votes
1answer
2k 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 not working unless I use the port ...
6
votes
4answers
2k 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"> ...
6
votes
3answers
2k 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 ...
6
votes
2answers
3k views

IIS express from command line

I've installed the IIS Express 7.5 Beta 3 and tried it on multiple computers (Windows 7, Windows Server 2008 R2 and Windows XP) and on each one of them I get the following error when running ...
5
votes
4answers
122 views

IIS Express on a shared development machine (rdp)

I have a problem which I thought could be common, searched the web for it but found nothing. We're using a shared development machine, and every developer connects through RDP and has his own ...
5
votes
1answer
320 views

How to use IIS Express without polluting the .csproj file

I recently switched to IIS Express for asp.net developement but I don't understand that clicking on "Use IIS Express..." (contextual menu on project in Visual Studio) affects the .csproj file... The ...
5
votes
1answer
435 views

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 a web application running under IIS Express also running on my local machine. ...
5
votes
2answers
453 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 ...
5
votes
1answer
281 views

What is to prevent me from using IIS Express exclusively on my development box?

I have only read a bit about IIS Express, and am in the process of downloading and installing it now. It seems like i should be able to uninstall IIS proper and just make use of IIS Express when ...
5
votes
2answers
1k 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 ...
5
votes
2answers
2k 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.
4
votes
1answer
2k 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 ...
4
votes
4answers
2k 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 ...
4
votes
4answers
3k 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 ...
4
votes
1answer
3k 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
1answer
484 views

Elmah does not log or read errors through iis 7.5 express

So, I don't know if anyone else is experiencing this but if I run an asp.net website with ELMAH installed through IIS 7.5 Express, ELMAH refuses to log or even read from the database. If I instead ...
4
votes
2answers
1k views

How to set Allow Parent Paths in IIS Express Config

I'm assuming this is possible in the applicationhost.config file but I did not see a parent paths setting. How do you allow parent paths for a specific site running under IIS Express? The reason WHY ...
4
votes
1answer
2k 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 ...
4
votes
1answer
436 views

Does IIS Express support ASP Classic?

I forgot to install IIS in my last dev machine repave and was thinking that maybe the new IIS Express can fit the bill for running the old ASP Classic sites I'm supporting. Do you know if IIS Express ...
3
votes
2answers
391 views

Running IIS Express without administrator rights

I've upgraded to iis express 7.5 with VS2010 SP1. Within the release notes it specified that express is able to run WITHOUT administrator permissions. When I try to run from the commandline ...
3
votes
4answers
95 views

Including IIS Within an Application

My company has an existing software product that, among other things, has a web service / mobile web site component that currently exists as an application within IIS. Since this application is hosted ...
3
votes
2answers
781 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 ...
3
votes
1answer
184 views

How to keep IIS Express running after finished debugging?

I'm using IIS 7 express to test a ASP.Net MVC 3 project on my development machine and normally it keeps running after I finished debugging, which is a good thing so that I can perform small tests ...
3
votes
1answer
351 views

iis express 7.5 roaming profile visual studio 2010 sp1

Unless I redirect the My Documents folder to a local copy IIS Express fails to start with the following error message: Filename: redirection.config Error: Cannot read configuration file This happens ...
3
votes
1answer
1k 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 ...
3
votes
3answers
865 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 ...
3
votes
2answers
3k 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 ...
3
votes
1answer
3k 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: ...
3
votes
2answers
665 views

ISAPI rewrite on IIS Express

With the release of Visual Studio 2010 SP1 and IIS Express we want to run our asp.net 3.5 websites on that instead of our iis5 instance on our local developement machines. All of our code runs fine ...
2
votes
0answers
49 views

IIS Express fails to start VS2010sp1 project

I have a sporadic issue whereby occasionally when I boot my computer, open a solution and start the debugger for a project set to run under IISExpress, that IE opens and shows a diagnose connection ...
2
votes
3answers
213 views

Create a Self-Signed Certificate within IIS Express

From my understanding it is in fact possible to create a certificate issued to an IP address. Is it possible to do so within IIS Express? Please note that this is for testing only. Edit People seem ...
2
votes
2answers
138 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 ...
2
votes
3answers
317 views

How to set video MIME-type for VideoJs in IIS Express / Webmatrix

I'm developing a .NET site which is running locally on IIS Express through WebMatrix. The site contains a VideoJS script which basically plays HTML5 video. The video which has been loaded in is .mov ...
2
votes
1answer
304 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 ...
2
votes
1answer
571 views

Is there a 64-bit build of IIS express 7.5?

The documentation at http://learn.iis.net/page.aspx/1010/iis-75-express-readme/ says that: Both 32-bit and 64-bit systems are supported, however only a 32-bit build of IIS 7.5 Express exists. ...
2
votes
3answers
677 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 ...
2
votes
1answer
405 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
0answers
83 views

prevent virtual directory contents from building in visual studio 2010 with iis express

OK I have a website project within visual studio 2010 running under iis express. The nature of the website is such that an upload folder exists on a shared server and is accessed via a virtual ...

1 2 3 4 5