We have developed Web Application with WebForm in ASP.Net 3.5 and C#.
Later we migrated this Application to ASP.Net 4.0. We have already used Routing Feature for WebForm Application.
The extension to this application also needs to run on different SMART Phones. To support that we have developed Application in the MVC. Means, we have single Web Application with WEBForm + MVC and both will run side by side.
Now, we are facing issue that How to configure Routing (as, we need Routing to be used WebForm as well as MVC).
jigar_h_shah
Member
10 Points
3 Posts
MVC Routing and WebForm Routing in same Project
Sep 02, 2010 12:21 PM|LINK
We have developed Web Application with WebForm in ASP.Net 3.5 and C#.
Later we migrated this Application to ASP.Net 4.0. We have already used Routing Feature for WebForm Application.
The extension to this application also needs to run on different SMART Phones. To support that we have developed Application in the MVC. Means, we have single Web Application with WEBForm + MVC and both will run side by side.
Now, we are facing issue that How to configure Routing (as, we need Routing to be used WebForm as well as MVC).
How to manage this?
Thanks
WebForm Routing and MVC Routing side by side
miher
Member
266 Points
50 Posts
Re: MVC Routing and WebForm Routing in same Project
Sep 02, 2010 01:52 PM|LINK
Hi,
Please check out this entry from ScottGu.
http://weblogs.asp.net/scottgu/archive/2009/10/13/url-routing-with-asp-net-4-web-forms-vs-2010-and-net-4-0-series.aspx
Hope You find this useful.
-Zsolt