Is this possible to mimic URLs in Asp.net without actually creating a sub domain. Is this possible using URLRewriter. I've to use URLRewriter only. I'm using asp.net 4.0 and IIS 6. So i won't user IIS 7's URL rewriting extensions..
For example : URL : example.com?value=somecode
and rewrite as : somecode.example.com
I just gone through this link on code project. I just don't know how to implement in project.
Any help is appreciated..!!!
EDIT :
As per Juann Strauss's answer. I'm updating my question now. Is it possible using IIS 7. without actually creating a subdomain.?