Best practices in ASP.NET 4.0 Web Forms Url Rewriting (Mask URL address link)
04:25 17 May 2012

What are the methods and best practices for URL Rewriting (Masking URL) in ASP.NET 4.0?

We have an ASP.NET 4 Website and when testing on the client he wanted to hide or simplify our URL addresses, meaning he wants querystrings and url paths of the server to hide.

How can I achieve something like this in ASP.NET 4 Web Forms?

Thank you.

asp.net c#-4.0 url-rewriting url-masking