Answers

Question and Answer:

  Home  MVC

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

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.

 259 views

More Questions for you: