ASP.Net MVC 3

Discussion in 'Site Programming, Development and Design' started by utsav, Jan 26, 2011.

  1. How can I start to make my web site in ASP.Net MVC 3?
     
  2. Ray

    Ray

    MVC 3.0 should be supported on our hosting servers. Simply upload the MVC assemblies in your applications Bin folder.
     
  3. Thanks
     
  4. MVC 3 hosting problem

    Hi. I am using basic plan hosting on Winhost.com. My account id=0011752
    I've uploaded simple mvc 3 application to the server and got an error: system.web.helpers.dll couldn't be loaded. After I uploaded all referenced assemblies into the server I've got:
    Could not load file or assembly 'System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]
    I suppose that MVC 3 isn't installed on the server for now.
     
    Last edited by a moderator: Oct 14, 2015
  5. Ray

    Ray

    Correct. The MVC assemblies itself is not installed on the servers GAC, therefore you will need to upload it to your applications Bin folder and your application should be able to reference it from there.
     

Share This Page