Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy ASP.NET MVC on IIS 5.1 (Windows XP)

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?

like image 341
Graviton Avatar asked Nov 19 '08 09:11

Graviton


1 Answers

Here's what I found out and what worked for me: Deploy ASP.NET MVC App on Windows XP (IIS 5.1)

Edit:

For the latest release of ASP.NET MVC, replace .mvc with a wildcard .* Extension textbox in the Add/Edit Application Extension mapping.

like image 63
Graviton Avatar answered Oct 05 '22 23:10

Graviton