开发者

Hide axd resources in asp.net MVC application

开发者 https://www.devze.com 2022-12-08 02:36 出处:网络
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.

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}");
0

精彩评论

暂无评论...
验证码 换一张
取 消