Quote:
Originally Posted by Jaazmine
I am interested in your UK Windows Shared hosting plans and also read all the information related to it on your website. All the features are great and that too at an affordable price. As I have developed my website in ASP 4.0 and MVC 3, so just wanted to confirm that does your hosting plans support MVC 3
|
You can use ASP.NET MVC 3, which is just fine. What you need to do is make sure you copy the DLL files to your bin folder.
Here are the files you need:
------------------------------------------------
Microsoft.Web.Infrastructure.dll
System.Web.Helpers.dll
System.Web.Mvc.dll
System.Web.Razor.dll
System.Web.WebPages.Deployment.dll
System.Web.WebPages.dll
System.Web.WebPages.Razor.dll
------------------------------------------------
Such files will be found at the location C

rogram Files (x86)Microsoft ASP.NETASP.NET Web Pagesv1.0Assemblies.
I have successfully put MVC 3 with the Razor view engine using the DLLs above. It works just fine.
Note: if you are not using a 64-bit OS those would be here: C

rogram FilesMicrosoft ASP.NETASP.NET Web Pagesv1.0Assemblies