Answers

Question and Answer:

  Home  MVC

⟩ What is the use of the following default route?

{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.

 175 views

More Questions for you: