I'm trying to direct two urls with the same IP to
different web sites on one IIS server (windows 2000).
www.abc.com resolves to 111.111.111.111 and it hits my
webserver displaying WEBPAGE_A
www.123.com resolves to 111.111.111.111 and it hits my
webserver displaying WEBPAGE_B
Webserver only has 1 IP. Can I tell IIS to listen for
http traffic on its one IP and depending on the url
request serve up the right page?
Thanks for the help if you have any....
Mike