I have a single site (Default Web Site), using IIS 7.0, have URL Rewrite installed, and multiple domains point to this same single site.
When a user browses to URL: orders.widgets.com I would like to have them either redirected or rewritten (preferred) to the URL: orders.widgets.com/Login.asp?pos=widget
Here is another one
From URL: products.company.com
To URL: products.company.com/Login.asp?pos=compny
I have tried using the Rewrite Maps but that hasn't worked because it seems to be looking at URL past the domain Example: products.company.com
Thanks in Advance for your help.