Best practices in ASP.NET 4.0 Web Forms Url Rewriting (Mask URL address link)

George Taskos picture George Taskos · May 17, 2012 · Viewed 9.2k times · Source

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.

Answer

rrrr picture rrrr · May 17, 2012

You can use an IIS module to achieve this

http://www.iis.net/download/urlrewrite