问题
can any one precisely explain the difference between ASP.NET MVC1 vs MVC2.. and if i'm having a project in MVC1, how can i migrate it to MVC2 ?
回答1:
MVC 2 is a later version of the same library.
To upgrade to it, read this page.
回答2:
There is a conversion utility, see here: http://weblogs.asp.net/leftslipper/archive/2010/03/10/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2-rtm.aspx
来源:https://stackoverflow.com/questions/2447619/asp-net-mvc1-vs-mvc2