MVC.NET project won't start under IIS 5.1 on Windows XP SP3
Posted
by mrjoltcola
on Stack Overflow
See other posts from Stack Overflow
or by mrjoltcola
Published on 2010-04-06T21:35:47Z
Indexed on
2010/04/06
21:53 UTC
Read the original article
Hit count: 680
I've a MVC.NET 2 project that runs fine under Windows 7 and will start on Windows XP if I use the Visual Studio Development Server, however, starting under IIS generates an error:
Unable to start debugging on the web server
With the message
The specified procedure could not be found
No errors in the system event viewer.
If I start without debugging I get an "HTTP 500 Internal Server Error"
The reason I run it under IIS is the project also includes some WCF wsHttp web services that use certificates, so the VS Development Server is not adequate for hosting those.
I have already seen the links on SO that talk about adding the wildcard mapping. I've already done that, just as I've done on Windows Server 2003 where I successfully host MVC.NET RC2 for quite a while.
© Stack Overflow or respective owner