ASP.NET WebForms in an ASP.NET MVC 2 application
Is it possible to call normal ASPX pages with their normal life-cycle in an ASP.NET MVC 2 application? What about web controls and ajax.net toolkit开发者_如何学JAVA?
Thank you!
You don't need to do anything. Simply create your MVC application and add a new web forms page. Thats it.
Yes.
Deploying ASP.NET MVC on ASP.NET 2.0
Integrating ASP.NET MVC 3 into existing upgraded ASP.NET 4 Web Forms applications
I recommend creating a WebForms project and using this NuGet package:
AddMvc3ToWebForms
精彩评论