Search code examples
asp.netasp.net-mvc-2ajaxcontroltoolkitasp.net-webcontrol

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?

Thank you!


Solution

  • You don't need to do anything. Simply create your MVC application and add a new web forms page. Thats it.