Classic ASP and MVC side-by-side, different projects?
Posted
by David Lively
on Stack Overflow
See other posts from Stack Overflow
or by David Lively
Published on 2010-05-06T16:07:46Z
Indexed on
2010/05/06
22:58 UTC
Read the original article
Hit count: 255
I've tried asking this in a few different ways, but let's give it another shot (as I've yet to receive an answer and this is driving me nuts!)
I have a very large classic ASP 3.0 application (~350K lines) that I want to start migrating to ASP.NET MVC. I'd like to keep the old ASP files in a separate project from the MVC stuff.
Ideas on how to debug these? Should I just dump the files in the same folder and create two different projects ( a WAP and an MVC app) that reference the relevant files and folders required by each? This should work, but does anyone have a better idea? I need the ability to migrate small parts of the application individually as this will probably take a year or two to complete.
© Stack Overflow or respective owner