How to host many websites using same public IP address but different domains.
        Posted  
        
            by Roberto Sebestyen
        on Server Fault
        
        See other posts from Server Fault
        
            or by Roberto Sebestyen
        
        
        
        Published on 2010-03-09T06:18:40Z
        Indexed on 
            2010/03/09
            6:21 UTC
        
        
        Read the original article
        Hit count: 364
        
I know how to configure one IIS instance to run many websites using the same public ip address, but different domain names (As long as I have control over the domains).
But how can you configure many IIS servers running on different virtual machines in the same network, to host websites using the same public IP addres, but different domain names?
Normailly in IIS under the website you can set the headers to which the website will respond to. but what if that website is on a different machine?
© Server Fault or respective owner