Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
Maybe this is what you are looking for ? msdn.microsoft.com/en-us/magazine/jj991978.aspx – Gorfi Jun 7 at 15:00
@Gorfi Thanks, But I do not want to migrate, but use both in the same project. – soamazing Jun 7 at 17:04

closed as not a real question by Tim B James, Niall C., kirelagin, Mario, Marko Jun 7 at 22:40

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.

1 Answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.