I have been conmunicating with my current hosting provider. They say they support .net4 but not MVC3.
I understand that you may need to install mvc3 on the server from http://www.asp.net/mvc/mvc3
Is there anyway to avoid this? Can I just include the MVC dlls when building?
Unfortunately I cannot test this with them since I am hosting as .net2. Before I go setting up a vmare I wanted to ask here first.
i just need to be certain that moving away from my current hosting a firm decision.
(I am not looking for hosting suggestions or comapany name dropping)
thanks
Yes, you only need to include the MVC 3 dlls in the bin folder of your application when you deploy it.
As long as the hosting provider supports ASP .NET 4.0 you’ll be ok
Here is a link from someone who knows what they’re talking about