How to mix WebForms and MVC in ASP.NET
asp.net, asp.net-mvc, webforms
Solution
Take a look at Scott Hanselman's blog article on this very topic:
Integrating ASP.NET MVC 3 into existing upgraded ASP.NET 4 Web Forms applications
Problem
I have an existing ASP.NET WebForms 3.0 application that works just fine. I upgraded it to ASP.NET 4 and it still works great, but now I want to add some ASP.NET MVC pages to it. I don't want to rewrite the application. Any suggestions? Can I mix them? How to work it? Any tutorials for me?