Redirecting from ASP.NET WebForms to MVC
Posted
by Paul Gordon
on Stack Overflow
See other posts from Stack Overflow
or by Paul Gordon
Published on 2010-03-15T10:56:46Z
Indexed on
2010/03/15
10:59 UTC
Read the original article
Hit count: 474
Hi there,
We have a large existing ASP.NET WebForms application, but we are now moving over to MVC.
Rather than go through a painful process of trying to integrate MVC into the existing app, we're looking at creating a brand new VS project to completely isolate the new code.
As a first step, we are wanting to use the existing login process of the WebForms app, then redirect over to the MVC app.
Does anyone know of an easy way to do this (i.e. redirect from a WebForms project to the MVC project, in the same VS solution)? All the information I've found so far suggests either starting from scratch in MVC, or combing MVC into the existing Webforms project - neither of which is very feasible.
Many thanks,
Paul
© Stack Overflow or respective owner