What is the difference among adding routes, to a webforms application and to an mvc application?
Ans) To add routes to a webforms application, we use MapPageRoute() process of the RouteCollection class, where as to add routes to an MVC application we use MapRoute() process.