1

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.

George Taskos
  • 8,324
  • 18
  • 82
  • 147

2 Answers2

0

You can use an IIS module to achieve this

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

rrrr-o
  • 2,447
  • 2
  • 24
  • 52
  • Thank you and Kishanu, Lumi as well, I will see what fits and works for my scenario and feedback to all, mark an answer etc. – George Taskos May 17 '12 at 08:49
-2

In asp.net 4 u can use Asp.Net Routing.
Please visit MSDN : ASP.NET Routing
Hope it helps. Good Luck.

Krishanu Dey
  • 6,326
  • 7
  • 51
  • 69