How do I use ASP.NET Web Forms in MVC? -
currently i'm rewriting application use asp.net mvc4.
i'm using c# razor views.
have legacy web forms pages i'd include unmodified in application.
i'd them appear seamlessly in _layout
.
there way can render web forms page within mvc layout still allow things post backs work?
take @ of information here:
mixing razor views , webforms master pages asp.net mvc 3
integrating asp.net mvc 3 existing upgraded asp.net 4 web forms applications
Comments
Post a Comment