I have been assigned to change a section in an existing ASP.NET website. The requirement is to use ASP.NET MVC for that section. We are thinking to divide it in different modules where some of them will be in ASP.MVC and the others with remain the same for some time, until we have time to change the whole website into ASP.NET MVC application.
Does anybody have any idea which is the best way to combine both of them in a way that the different sections will be in
MVCand some in simpleASP.NET?Secondly if anybody has any idea how to solve routing problems to redirect from
ASP.NET-->MVCpart and vice verca ?