I am covering some security vulnerabilities in my ASP.NT MVC Web App, and I don't want every one to know my structure, folders name, orany information that could help him to attack me. So I want to know is it possible to encyrpt the file/images paths and how to? Or if any one have any suggestion.
Normal Output:
~/Images/Articles/hgasdh7y8273y82.png //Real Path
Desired Output:
/anything/anything/hgasdh7y8273y82.png //Fake Path
P.S: I already tried to make it with generic handler, but it affects the performance badly.
Thanks