views:

1107

answers:

2

hi, 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 ?

+3  A: 

MVC 2 is a later version of the same library.

To upgrade to it, read this page.

SLaks
@Slaks, thank's buddy, i also wanna know from where can i get the source code for MVC 2, i mean previously microsoft was giving the source code for MVC 1 but now MVC 2 source is not available.
FosterZ
@FosterZ http://haacked.com/archive/2010/03/12/ms-pl-source-release-for-system-web-mvc-2.aspx
Mark
@FosterZ: Or http://aspnet.codeplex.com/releases/view/41742
SLaks
@SLaks/Mark, thanks guys..
FosterZ