Configure Shared Website Hosting for IIS

672 Views Asked by At

I have a server that running IIS7 and DNS server. I have 2 domains:

www.mydomain1.com
www.mydomain2.com

I want to visitors from internet coming without port of this sites. What may i do for this?

1

There are 1 best solutions below

3
On

If I understand your question correctly, you need to set up two separate websites within IIS, and configure the bindings on each site - select the Bindings option and specify the correct hostname, for each site.

Note - this will only work for HTTP sites; if you want to route HTTPS to each site, they'll each need a unique IP address as you cannot setup hostname bindings for secure sites.