1
Reply

Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

Ritesh Singh

Ritesh Singh

8y
4.8k
0
Reply

    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.