Explain about default route, {resource}.axd/{*pathInfo} ...

 Posted by Bharathi Cherukuri on 8/27/2012 | Category: ASP.NET MVC Interview questions | Views: 11050 | Points: 40
Answer:

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.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response