So you have seen the light and ready to make the jump into ASP.NET MVC. But wait! You are not ready to migrate a million lines of code from your legacy Web Forms application? No problem. You can
easily integrate MVC 4 into your existing Web Forms application and gradually phase out the legacy stuff over time.
There are many articles and blog posts about this topic. However, most are outdated or take the loooong way. I have a simple, clean solution for you! Here it goes:
- Upgrade your Web Forms application to .NET 4 (and Visual Studio 2012 if ...