I have a RFP to respond, in which client has existing application built using webform.
Now they want to rebuild the application using latest technologies(so we are proposing ASP.NET 5 with MVC 6), its gonna be around 8 - 12 months long project, just in time for ASP.NET 5 release.
My question, is it possible to do phased upgrade(module by module)? so that both version will use same authentication/authorization module, and seamless transition between webform and mvc 6 UI.
Thank you for all help and suggestions.