i have main application, on mvc, with sexy routing, ant etc.
can i add existing webfroms application, as area of that application?
simple copy pase, causes many errors at compile time, maybe some dll doesnt exist, or config is not right? where can i read about it?
i have main application, on mvc, with sexy routing, ant etc. can i add
Share
I don’t think you can copy/paste your old ASP.Net ode and expect it to run under ASP.Net MVC.
But you have at least two options:
Neither option is perfect, and may not be useable, but I don’t think you will get further with your old code.