开发者

Will MVC2 application run on MVC3 host server?

开发者 https://www.devze.com 2023-02-22 21:39 出处:网络
I have application wirtten in MVC2. In the host server is installed MVC3 framework. Will m开发者_开发问答y application run in this host server or I need to install also(or maybe instead) MVC2?

I have application wirtten in MVC2. In the host server is installed MVC3 framework. Will m开发者_开发问答y application run in this host server or I need to install also(or maybe instead) MVC2?

Thank you


You need to have ASP.NET MVC 2 installed on the server (System.Web.Mvc, V2.0.0.0 assembly). You can also bin-deploy ASP.NET MVC.

0

精彩评论

暂无评论...
验证码 换一张
取 消