views:

51

answers:

2

can I include normal asp.net pages (webforms or mvc) in a Dynamic Data web application?

+1  A: 

Yep you can, just put a normal webforms file in there, it will work. Add references for any server side controls as needed.

Nate Pinchot
A: 

Here is a good example of a mish-mash.

Plug-In Hybrids: ASP.NET WebForms and ASP.MVC and ASP.NET Dynamic Data Side By Side

http://www.hanselman.com/blog/PlugInHybridsASPNETWebFormsAndASPMVCAndASPNETDynamicDataSideBySide.aspx

ggonsalv