As I’m sure you are well aware, the ASP.net team have released ASP.net MVC RC1 tonight. Eager to find out how much additional work I had, I downloaded and upgraded my solution – I was pleasantly surprised.
All I had to do was:
- Uninstall beta bits
- Install RC1 bits
- Update project references for System.Web.Abstractions.dll, System.Web.Mvc.dll and System.Web.Routing.dll
- Build
- Test
- Done!
Following my own advice, I commit the updated installer and assemblies into source control. Everything appears to be working, but I guess your mileage may vary.
Technorati Tags: ASP.net MVC