Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Ritesh Singh
With the help of this default route {resource}.axd/{*pathInfo}, you can prevent requests for the web resources files such as WebResource.axd or ScriptResource.axd from being passed to a controller.