Answered How to publish mutiple websites on single port.?

  • Wednesday, February 13, 2013 11:54 AM
     
     
    how we publish multiple websites on single port in iis???

All Replies

  • Wednesday, February 13, 2013 12:26 PM
     
     Answered

    Hi,

    as far it is HTTP you assign a host name to each web site in the site bindings. The Default Web Site does not have an host name configured by default so it accepts any requests. As host name you can use for example www.mydomain.com or support.mydomain.com.

    Regards,

    Lutz