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

前端 未结 4 834
故里飘歌
故里飘歌 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:39

    The best is to do a Publish, right click on your project in Solution Explorer and select 'Publish'. Basically it will compile your solution and dump all the assemblies/artifacts to either your webserver, ftp or a local folder.

提交回复
热议问题