IIS Express is a developer version of IIS 7.5 that doesn't require Administrator rights to run.
16
votes
3answers
999 views
Programmatically determine if code is running under IIS Express
I am not sure this is even possible, but I am hoping for a clue as to determine if the code that is currently executing is running under IIS Express. My best approximation so far, which is incredibly ...
12
votes
3answers
5k 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.
...
10
votes
1answer
2k views
IIS Express is automatically disabling anonymous authentication for my project, why?
When I switch my ASP.NET MVC project from Cassini web server to IIS Express, this is added to my applicationhost.config file:
<location path="MyProject">
<system.webServer>
...
9
votes
2answers
12k views
How do I launch IIS 7.5 Express?
We have a new employee who has to work on an old ASP web site.
Our IT people did not install IIS on her Windows XP machine so I tried to do it myself, but I need the Windows CD and I don't have it.
...
5
votes
1answer
1k 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
1answer
536 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
3k 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?
5
votes
1answer
970 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 ...
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
1answer
2k views
Can Visual Studio restart IIS Express on new debugging session?
I have an ASP.Net application that performs some database initialization during Application_Start in Global.asax. I'm using IIS Express to debug the application.
I find that if I stop debugging, ...
3
votes
0answers
120 views
IIS Express with VS2010 SP1 Constantly Rebuilds Web Site
I'm working with larger solution that has several website projects and recently it was decided to switch from Cassini to IIS Express. There are about 10 or so developers who all share the same ...
3
votes
2answers
884 views
Activating Compression (esp. Dynamic Compression) with IIS-Express
Is it somehow possible to enable dynamic compression (for WCF-Services) on an IIS-Express?
It's a development environment issue so I cannot use the full version: but I need to figure out how it would ...
3
votes
2answers
3k views
Problem hosting WCF service in IIS Express
We are trying to host a WCF service in IIS Express 7.5 (7.5.1046). IIS Express starts correctly, but when trying to connect to our .svc file, we get an exception with the message "Unable to load DLL ...
2
votes
1answer
74 views
How can I force IIS Express to run in 32 bit mode?
I have a classic ASP app that I'm trying to run under IIS Express on 64 bit Windows. It uses Jet to connect to a Microsoft Access database and will not work under 64 bit.
I have created the following ...
2
votes
1answer
41 views
ApplicationShutdownReason.BuildManagerChange and ApplicationPool restart in IISExpress
We have a problem. We are using IISExpress 8.0 for Asp.net WebForm application(.net 4.0).
Comupter is running under Windows 7 x64.
Sometimes without any reason ApplicationPool restarts. I know that ...
2
votes
1answer
598 views
HTTPS stopped working with IIS express
I went through this whole procedure
http://www.hanselman.com/blog/WorkingWithSSLAtDevelopmentTimeIsEasierWithIISExpress.aspx
a couple weeks ago and got https working on port 443 of all my IPs. The ...
2
votes
3answers
640 views
How do I get IIS Express to launch MVC3 web application with 64 bit 3rd party DLLS
I referenced a DLL in a MVC3 web application.
It compiled successfully.
MVC3 project is running as Any CPU configuration property.
I launched IIS Express 7.5 and I keep seeing the DLL is missing its ...
2
votes
1answer
1k views
What account does IIS Express run under?
I need to get my dev machine to read a certificate from the local machine store
to do this I need to run winhttpcertcfg.exe and specify the account I want to elevate
What would this account be for ...
2
votes
1answer
1k views
How to make IIS Express the default web server in Visual Studio?
Is there a way to set IIS Express as the default launch option in Visual Studio 2010 SP1? Currently, it uses Visual Studio Development Server by default and one has to execute "Use IIS Express..." ...
2
votes
1answer
1k views
Visual Studio 2010 iis express freezes when debugging multiple websites
I have a Visual Studio 2010 solution in which I'm debugging two websites simultaneously. Not long after the debug is started and something throws an error, Visual Studio will freeze and I get the tray ...
2
votes
2answers
1k views
Cassini and IISExpress PUT/DELETE Verbs cause 405 Http Code
I am currently having an issue running a Jessica application via VS2010 and Cassini. The code below is what I am running however when I attempt to use either PUT or DELETE verbs I get a 405 Method ...
1
vote
1answer
224 views
iis express hangs
I'm using VS2010 Express with SP1 on XP Pro SP3. I have a web development site on a local drive that was running fine under IIS Express a few days ago. Now when I launch under IIS Express, IIS ...
1
vote
1answer
2k views
Installing IIS on Windows 7 Home Basic
I have a ASP.NET application and I would like to deploy it on a webserver.
So I searched for a some tutorials and most of them tell to enable the IIS Management Console in control panel.But I don't ...
1
vote
0answers
919 views
VS2012 changes my IIS Express configuration file detrimentally when opening solution
Given the following site, configured within applicationHost.config for IIS Express 7.5
<site name="MySite" id="1">
<application path="/" applicationPool="Clr2IntegratedAppPool">
...
1
vote
0answers
391 views
VS2012 changes IIS Express site bindings, how do I stop it?
I have several sites running in IIS Express for the same project.
They are mapped to real domains via the host file, local.xxx.com etc. instead of localhost:XXX
I add a binding for https, under ...
1
vote
1answer
88 views
IIS Express Blocks VS 2010SP1 Builds
After several build / debug cycles, IIS Express (both 7.5 and 8.0RC) start to block builds of the project in VS 2010SP1.
The build will hang indefinitely until I terminate IIS Express.
Is there a ...
1
vote
1answer
418 views
Node.js running under IIS Express Keeps Crashing
I recently resinstalled Windows 7 on my machine and went back to downloading and installing the tools to help me continue developing node.js windows azure web applications. I followed the ...
1
vote
2answers
2k views
How to enable Directory browsing by default on IIS Express
Cassini (Visual Studio development web server) by default enables directory browsing, how can I enable directory browsing on IIS Express by default? (I don't want to have a separate configuration for ...
1
vote
1answer
438 views
Use IIS Express in visual studio 2010 without sp1 and command window
I want to use iis express with vs 2010 but i can't install sp1 for now, i have figured out how to do this, it is close to this guide How to configure Visual Studio 2008 to use IIS Express? and it ...
1
vote
1answer
315 views
Problem developing WF4 application - The requested resource has moved to the one of the following locations
I am developing a WF4 application. The workflows are hosted in an ASP.NET website. For development, I am using IIS express.
When debugging between edit cycles I get this error:
...
1
vote
1answer
882 views
How to enable case-sensitivity under IIS Express?
How should I go about enabling case sensitive request handling if using IIS Express? Is there a setting in IIS Express? or can a URL Rewrite rule accomplish this? or perhaps catch-all HTTP Handler to ...
0
votes
1answer
124 views
IISExpress ClientCertificate Setup Steps
I am trying to configure a simple web site to require client certificates on IISExpress.
My configuration is according to http://www.jasonrshaver.com/?tag=/IIS+Express
<site name="XXXX" ...
0
votes
1answer
176 views
“SQLExpress database file auto-creation error” but DefaultConnect pointing at SQL Server 2008 R2
I am using Visual Studio 2012 to create an MVC4 Internet application. I've moved away from Entity Framework and I am now using a local install of SQL Server 2008 R2.
I changed my connection string to ...
0
votes
1answer
814 views
IIS Express (WebMatrix 2) won't serve .cshtml files in WebAPI project (VS10/WinXP)
I am trying to run a WebAPI project on WinXP through WebMatrix 2. I'm getting this error when attempting to browse index.cshtml (in the root):
"This type of page is not served."
I created a ...
0
votes
0answers
82 views
Metabase Path for IISExpress
I am currently analysing an ASP.Net web application.
Therefore I wanted to use NDepend with aspnet_compile.
The problem is that I can only access a local copy with IIS Express, which uses virtual ...
0
votes
1answer
595 views
Oracle Data Access components 64 bit not working in IIS express 7.5
I have installed ODAC (Oracle data Access Components 64 bit) odp.net 4. But unfortunately it does not work with IIs Express. IIS express documentation says it supports both 32bit and 64bit systems. ...
0
votes
0answers
220 views
How to run a site with administrative privileges in IIS express 7.5 [closed]
All the searches return on how IIS express run without Admin
but i need to run a orchard site that connects to it's gallery hence needs admin
pls help
0
votes
1answer
4k views
IIS Express path to applicationhost.config in Visual Studio 2010
Is there a way to tell Visual Studio 2010 what value to use for the /config parameter when IIS Express is started?
Using Process Explorer I can see that the iisexpress.exe process is started by ...
0
votes
2answers
943 views
Authentication mode=“Forms” causing redirect in WCF service
I have a WCF end point inside my .NET 4.0 Web Application project. Using the VS2010 WCF Test Client, I can connect to the service correctly. However when I go to use the service I get a generic error ...
0
votes
3answers
3k views
IIS Express fails to serve cshtml files
I've just started checking out WebMatrix, and am running into a problem. I performed a fresh install of WebMatrix, then started a tutorial which involves creating one small cshtml file. Whenever I try ...