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 h
You want to use Host Headers in IIS - that link will lead to a nice how-to page.