OK, deploying ASP.NET MVC seems to be painful. I want to deploy my ASP.NET MVC application on Windows XP (IIS 5.1), but can't seem to find how to do it. When I type the application name into the web browser address bar I get a "website not available" message.
There are workarounds for IIS 6.0, but what about IIS 5.1?
.*
, cgi calls dont work. Can you suggest any solution to run MVC as well as CGI on IIS 5.1? – Scanner