Reputation: 196539
i need to have one project on asp.net mvc 1 but i want to upgrade for another project. is this possible?
Upvotes: 2
Views: 64
Reputation: 6825
Yes you can. See Scott Guthrie's blog for more information.
ASP.NET MVC 2 can be installed side-by-side with ASP.NET MVC 1 (meaning you can have some apps built with V1 and others built with V2 on the same machine). We have instructions on how to update your existing ASP.NET MVC 1 apps to use ASP.NET MVC 2 using VS 2008 here. Note that VS 2010 has an automated upgrade wizard that can automatically migrate your existing ASP.NET MVC 1 applications to ASP.NET MVC 2 for you.
Upvotes: 3