开发者

ASP.NET WebForms in an ASP.NET MVC 2 application

开发者 https://www.devze.com 2023-04-08 22:30 出处:网络
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?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消