beingchinmay
New member
- Joined
- Jan 15, 2016
- Messages
- 6
- Points
- 0
When an MVC application first starts, the Application_Start() method in global.asax is called. This method calls the RegisterRoutes() method. The RegisterRoutes() method creates the route table for the MVC application.