开发者

How do I write an MVC 1 app with MVC 2?

开发者 https://www.devze.com 2022-12-23 23:50 出处:网络
I went to http://www.asp.net/mvc and the web installer offered me the option to install MVC 2, but not MVC 1.

I went to http://www.asp.net/mvc and the web installer offered me the option to install MVC 2, but not MVC 1.

I thought MVC 2 was still in beta? Either way, I need to write an MVC 1 app. In visual studio, my only choice is either ASP.NET Web Applicat开发者_运维百科ion or ASP.NET MVC 2 Web Application.

Can anyone advise?


You actually don't have to remove MVC 2. You can have v1 and v2 installed side-by-side with no issues.


Remove MVC2 and download and install MVC 1 from here

0

精彩评论

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