What will be broken after migrate to MVC 2?
I wonder what breaking changes will come with MVC 2, so how traumatic will be the migration?
How much smooth have been your experience migrating?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The release notes have the breaking changes: ASP.NET MVC 2 RTM Release Notes
I had no problem upgrading, just some issue with registering Castle Windsor IoC container… only had to change the signature though:
Migrate from .NET MVC 1 to MVC 2 RC