We've a enterprise customer who have a large ASP.NET Web Form written using ASP.NET 3.5. They would like to enhance this website by adding new feature (big one) which is worth of 8 months job.
Basically their technology strategity going forward is to move everything in to MVC 4.0 using JQUERY, HTML5 etc.... For now, they would like to develope this new featuer using latest MVC 4.0 BETA (by the time the project is ready MVC 4.0 will be out).
My questin is is there anyway we can host both ASP.NET and MVC.NET application on same website without noticing any difference from user's point of view. example all the navigations must remain same but all the new feature should be (client based json, jquery, moderniz etc)
If some one could help me in right direction on how we can solve this problem will be great.