Search code examples
asp.net-mvc-3iis-7setup-deployment

requirements to deploy the mvc 3 application to the server


I want to deploy the application in the Windows Server 2008 R2. But I am wondering if I need to install the .Net Framework 4.0 since the version available in the server is 2.0? Do I need also to install the MVC Framework?


Solution

  • you don't need to install MVC, only dlls can do the task

    there are different ways to do it, see links

    http://msdn.microsoft.com/en-us/library/dd410407(v=vs.90).aspx

    http://msdn.microsoft.com/en-us/library/gg286946.aspx

    http://weblogs.asp.net/scottgu/archive/2011/01/18/running-an-asp-net-mvc-3-app-on-a-web-server-that-doesn-t-have-asp-net-mvc-3-installed.aspx