tags:

views:

108

answers:

1

The title say it all, how can i hide the axd, or simply rewrite the url into something else to hide the axd file.

the reason for this, i think you all know.

Thank you

A: 

I'm not 100% on what you want. Have you the below in your route registry already.

routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
dove
hi dove, can you check out my new comment in my question. Thanks :)
DucDigital