Why to use “{resource}.axd/{*pathInfo}” in routing in ASP.Net MVC?
The route with the pattern {resource}.axd/{*pathInfo} is included to prevent requests for the Web resource files such as WebResource.axd or ScriptResource.axd from being passed to a controller.