Asp.net-mvc – How to mix WebForms and MVC in ASP.NET

asp.netasp.net-mvcwebforms

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?

Best Answer

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