I see in the system requirements for MVC 1.0, that you need to have some flavor of visual studio 2008 installed at the deployment site.
Is this really necessary?
I see in the system requirements for MVC 1.0, that you need to have some flavor of visual studio 2008 installed at the deployment site.
Is this really necessary?
Of course Visual Studio is only for the development environment. To deploy the MVC website, you only need to include a couple DLLs.
You need Visual Studio installed to develop ASP.Net MVC sites. To deploy them, you just need to make sure the MVC assemblies are available. Phil Haack has a good overview of what you need to know.