How the Routes in webform application and an MVC application differ?
Bhuvanesh Mohankumar
In WebForm application we can use MapPageRoute() method of the RouteCollection class, where adding routes to an MVC application, you can use MapRoute() method.