« Previous Next »
Last post 10-27-2009 6:42 AM by anthonyrsc. 2 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (3 items)
Sort Posts: Oldest to newest Newest to oldest
Hello, If I have multiple websites, and I type http://localhost on the machine running IIS, how does IIS determine which site to display?Thanks in advance,anthonyrsc
Hi,
The request will be routed to any site which is listening on port 80 with no host header configured.There can only ever be one web site with this configuration in IIS so that site will always be the one which is displayed.
Regards,
Thank you very much!
Cheers