Integrating ASP.NET MVC 3 into existing upgraded ASP.NET 4 Web Forms applications

Posted by SAMIR BHOGAYTA on Samir ASP.NET with C# Technology See other posts from Samir ASP.NET with C# Technology or by SAMIR BHOGAYTA
Published on 2011-09-08T20:03:00.001-07:00 Indexed on 2011/11/11 18:23 UTC
Read the original article Hit count: 554

http://www.hanselman.com/blog/IntegratingASPNETMVC3IntoExistingUpgradedASPNET4WebFormsApplications.aspx

As per above article I follow the steps to integrate WebApp with MVC application. I am successfully integrated MVC project into WebApp(C#) and also VB.NET MVC and VB.NET WebApp also I am able to successfully integrated.

The problem is If I choose WebApp as VB.NET project, and integrated with C# MVC project. In this case the request is not routing to corresponding MVC files.

What could be the reason not routing to MVC. Do we need to plug some extra dlls?


© Samir ASP.NET with C# Technology or respective owner

Related posts about Integrating ASP.NET MVC 3 into existing upgraded ASP.NET 4 Web Forms application