ASP.NET MVC application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?

Submitted by: Administrator
1. Web.Config File : ASP.NET routing has to be enabled here.
2. Global.asax File : The Route table is created in the application Start event handler, of the Global.asax file.
Submitted by: Administrator

Read Online Model View Controller (MVC) Job Interview Questions And Answers