ASP.NET MVC 3: Which dll's need to be deployed?

前端 未结 2 2040
栀梦
栀梦 2021-02-15 00:32

Which files need to be marked Copy Local to \"True\" when deploying a ASP.NET MVC 3 application on a server that does not have ASP.NET MVC 3 installed?

2条回答
  •  甜味超标
    2021-02-15 00:45

    From http://www.hanselman.com/blog/BINDeployingASPNETMVC3WithRazorToAWindowsServerWithoutMVCInstalled.aspx

    System.Web.Mvc

    Microsoft.Web.Infrastructure

    System.Web.Razor

    System.Web.WebPages

    System.Web.WebPages.Razor

    System.Web.Helpers

    System.Web.WebPages.Deployment

提交回复
热议问题