9.

ASP.NET MVC application, makes use of settings for routing to work correctly. Which file/s need to be altered for routing to work

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.