I have a MVC4 Project and a WEBForm project ASP.NET 3.5, this ASP.NET WEBform has a has its own Web.config and APP_Code.
I need add a existent ASP.NET WebForm into this MVC4 Project.
I have a MVC4 Project and a WEBForm project ASP.NET 3.5, this ASP.NET WEBform has a has its own Web.config and APP_Code. I need add a existent ASP.NET WebForm into this MVC4 Project. |
|||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
If you want to merge them, you could take a look at Scott Hanselman's post. He has examples of how to modify your web.config and add route handlers in your global.asax file to help do this. |
|||
|