I am currently using ASP.NET MVC1 in my project, but now I plan to upgrade to ASP.NET MVC2. What changes do I need to make in my project to change the version of MVC? just need to change the dll System.Web.MVC with dll MVC 2 or any other changes I need?
source share