I needed to get a MVC application installed on a Windows 2003 Server.The following pages helped a lot:
http://www.asp.net/learn/mvc/tutorial-08-cs.aspx
http://blog.codeville.net/2008/07/04/options-for-deploying-aspnet-mvc-to-iis-6/
But still after using the solutions mentioned in these pages the solution would not run. That’s when i realized that asp.net was disabled on the server.
Running the command
http://www.asp.net/learn/mvc/tutorial-08-cs.aspx
http://blog.codeville.net/2008/07/04/options-for-deploying-aspnet-mvc-to-iis-6/
But still after using the solutions mentioned in these pages the solution would not run. That’s when i realized that asp.net was disabled on the server.
Running the command
aspnet_regiis.exe -i –enablefixed the problem.. Sometimes you just miss the obvious. :-)