Views: 15.8K
Replies: 2
Archived
|
Running ASP.NET WebForms side by side with ASP.NET MVCMy company is planning a step-by-step migration from a ASP.NET Winforms application to ASP.NET MVC. We are expecting to be running a hybrid site (that is with both technologies) for about 1 year.
I am looking for information on how to do this, as well as any success stories / difficulties / experiences? Thanks in advance. Christopher Ronny, Apr 29, 2010
|
|
Reply 1The below links may answers few of your doubts though not fully.
http://www.chadmyers.com/Blog/archive/2007/11/30/asp.net-webforms-and-mvc-in-the-same-project.aspx http://www.hanselman.com/blog/PlugInHybridsASPNETWebFormsAndASPMVCAndASPNETDynamicDataSideBySide.aspx Let me know if you found them of any use to you. Sreenivas Manyam Rajaram, May 14, 2010
|
|
Reply 2Yes, both WebForms and MVC can work in the same project without any side effects.
Mohammed Derbashi, May 06, 2010
|