IIS7, different ports for websites but no portnumber in the browser

Posted by Queensheep on Server Fault See other posts from Server Fault or by Queensheep
Published on 2010-03-30T15:05:39Z Indexed on 2010/03/30 15:13 UTC
Read the original article Hit count: 482

Filed under:
|

I have a windows server 2008 with IIS7 with 4 websites. In DNS I have 4 different URLs which point to the IP of the server. I configured each web site with the site bindings:

website1: hostname: url1, port: 80, IP-Adresse: the adress of the server

website2: hostname: url2, port: 80, IP-Adresse: the adress of the server

The result is, that from the client, I can browse with all the 4 URLs to the specified web sites and everything is fine.

Then I changed in IIS the port of the websites, so that website1 now uses port 8080, website2 uses port 8081, and so on. Now I have to use the browser with the url and the portnumber (like URL:8080). Is there a possibility, to configured the websites with different portnumbers but not to use the portnumbers in the browser?

© Server Fault or respective owner

Related posts about iis7

Related posts about port