I want to know how to do forward URL rewriting in ASP.NET web applications. For example creating sub domain type of URL without creating Sub Domain at IIS .
For example if user types
http://subdomain.example.com
I would get this after doing my forward URL rewriting
http://www.example.com/name=subdomain
Is there any way to do this when I have an ASP.NET website?