Hi Guys,
Is there an equivalent to Apache's VIrtualHost for IIS? We want to be able to run multiple websites from one IP and address them with different dns names.
i.e.
I have
www.dom1.com www.dom2.com www.dom3.com
that all point to 123.123.10.1. Apache would just be running on port 80 and just use virtualhost to decide which site should be served.
Is this possible in Windows IIS6?
Thanks