Hide axd resources in asp.net MVC application
How can I hide the axd, or simply rewrite the url into something el开发者_Python百科se to hide the axd file?
I'm not 100% on what you want. Have you the below in your route registry already.
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
精彩评论