Tagged Questions
1
vote
0answers
103 views
How to set up IIS7 like Visual Studio's IIS Express?
I have an ASP.NET MVC web application that works fine when I run it through Visual Studio, using IIS Express. However when I put it on IIS7, one part of it doesn't work. What are the settings that ...
2
votes
1answer
64 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 ...
0
votes
0answers
192 views
LocalDB works fine in Visual Studio IIS, fails when deployed to full IIS
I have a code first localdb database in my MVC 4 project and if I run the application in Visual Studio 2012 it connects fine and everything works. When I publish to my full IIS and access the site the ...
-1
votes
1answer
191 views
Session lost after editing code behind file with IIS Express
So I have a ASP.NET 4.0 web forms project that I am developing. My localhost web server is IIS Express. If I edit an aspx file and hit save IIS Express reloads all symbols and clears the current ...
0
votes
0answers
45 views
Why does authentication behave differently between IIS7 and IIS8 Express
I have a mostly empty MVC4 project running on windows 7 using VS2012. In my web.config I have a reference to an external file that configures my authentication mode. I've tried removing this and ...
0
votes
2answers
276 views
Unable to run Silverlight application from Visual Studio 2010
I'm in the process of setting up a new machine as a development environment and I'm having issues getting an existing code base that hosts a Silverlight application to work. The code runs fine on all ...
0
votes
1answer
402 views
Why does IIS require mime-types to be declared?
In one of my assignments I was trying to render an SVG image. It took me some time to come across one link which states that, in order for IIS express to render an SVG image, you have to include the ...
1
vote
1answer
92 views
Nested ServiceStack Sites & Routes
I have a large number of services that my team are building and the auto-generated metadata is getting a bit unmanageable. To combat this, I created a project as a nested site (or sub-site) of the ...
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 ...
3
votes
4answers
2k views
HTTP 500.21 error while starting a web site directly through iisexpress.exe
When I try to run a web site directly through iisexpress.exe, I am getting an error. This happens for all web sites. The command I used is as below:
.\iisexpress.exe /site:MultipleRoutes
The ...
1
vote
1answer
297 views
Can i deploy an asp.net MVC 3 web application in a production server or in a hosting domain using free software?
I am learning asp.net MVC 3 by my own since 6 months and i am enjoying it; i have downloaded MS visual web developer 2010 express for free which comes also with free database . i have the following 2 ...
1
vote
1answer
91 views
IIS 7 Configuration - Is everything configurable via web.config?
Is everything in IIS 7 configurable with the web.config?
Is there anything that can't be configured with web.config?
I am using IIS Express and am can't figure out how to do some of the ...
5
votes
1answer
2k views
How to use ServerManager to read IIS sites, not IIS express, from class library OR how do elevated processes handle class libraries?
I have some utility methods that uses Microsoft.Web.Administration.ServerManager that I've been having some issues with. Use the following dead simple code for illustration purposes.
using(var mgr = ...
1
vote
1answer
356 views
Custom binding element can't be loaded in WCF under IIS, however it can load under WCF Self-Host
I'm able to run the WCF-SecureProfile sample that comes with the MSFT WCF samples download (http://msdn.microsoft.com/en-us/library/ee818238.aspx)
However I can't port this server component to IIS. ...
0
votes
1answer
895 views
Error when starting Remote Admin Manager for IIS7 1.0
I have a problem that I could do with your help with.
I've installed WebMatrix, IIS 7.5 Express from the Web Platform Installer 3.0.
I did have IIS 5 installed on the machine as well but I have ...
1
vote
2answers
364 views
Can I use iis express on XP to test compatibility of web app on IIS7/windows-7?
I have a web application, that runs perfectly on IIS 5.1 installed on windows XP (SP2 or better). I wish to test its compatibility on IIS on Windows-7. I read that IIS Express 7.5 is equivallent to ...
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 ...
1
vote
3answers
3k views
Can I install IIS7 express on Windows XP
I installed IIS7 beta 3 through Web Platfrom Installer, when I try to connect to it from Internet Information Services (IIS) 7 Manager, I get the following error message:
could not load file or ...
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 ...

