Model View Controller (MVC) Question:
Download Questions PDF

What is the use of the following default route?

Answer:

{resource}.axd/{*pathInfo}
This route definition, prevent requests for the Web resource files such as WebResource.axd or ScriptResource.axd from being passed to a controller.

Download MVC Interview Questions And Answers PDF

Previous QuestionNext Question
Is the following route definition a valid route definition?What is the difference between adding routes, to a webforms application and to an mvc application?