How to install ASP.NET MVC 5 on a server?

前端 未结 4 815
故里飘歌
故里飘歌 2021-02-12 19:31

I just updated my website from MVC 4 to MVC 5.

Now when I want to run it on my web server instead of my development machine it does not work.

It think it is beca

4条回答
  •  离开以前
    2021-02-12 19:54

    Make sure all your assembly references are being copied to the deployment directory. To do this you can change the tag in your .project file. Optionally, you can use visual studio's property setter to set the "Copy Local" property of each dll reference to "True".

提交回复
热议问题