Is there a way to use URL_Rewrite ISAPI module to rewrite:
http://user.domain.com
to
http://domain.com/user.aspx?name=user
Thanks.
The straight answer is "No". These are part of the domain name setting issues in IIS. With the URL rewriter you can do like http://www.domain.com/user to http://www.domain.com/user.aspx etc.