Is there a way to have a web site with some pages in ASP .NET MVC project and other (legacy pages) in ASP .NET Webforms in a way that the navigation is quite transparent to the final user?
Also, what happends with the URL?
I can't use a mix of web forms and mvc in the same project (althought i know it's possible)
I want to use this approach to make the transition from web forms to mvc easier and whenever a new page is added put that page on the mvc project without affecting the current web forms working project.
