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 app
To host ASP .NET MVC applications in Windows XP, use IIS Developer Express.
After IIS Express is installed, open a command prompt at the install location and execute the following (substituting where necessary):
iisexpress.exe /path:[path_to_mvc_project] /port:[port] /systray:true /clr:v2.0