1.

Mention What Is The Use Of The Default Route {resource}.axd/{*pathinfo}?

Answer»

This default ROUTE prevents request for a web RESOURCE FILE such as Webresource.axd or ScriptResource.axd from being PASSED to the CONTROLLER.

This default route prevents request for a web resource file such as Webresource.axd or ScriptResource.axd from being passed to the controller.



Discussion

No Comment Found