If I have two websites installed under IIS can I configure IIS to
detect a specific URL and direct the user to a specific site?
e.g. I have two web sites installed as...
c:\inetpub\wwwroot\website1
c:\inetpub\wwwroot\website2
And I have two domains...
www.numberone.com
www.numbertwo.com
both domains are configured in DNS to go to my IIS machine.
How can I detect a request to
www.numberone.com and direct the
requests to website1 etc.
Thanks for any help.
RichardF