Hosting several domains on one server using IIS 7
- by Øyvind Knobloch-Bråthen
I have created several web sites inside IIS7 on my server. All of them use the same ip and port, but different host names. Currently I have set the host name to www.mydomain.com.
Now my question is, how do I get my actual domains to target the different sites on my server.
Second question. Can I set my host name to only mydomain.com to make sure that all requests to that domain is handeled by the same application? Primarily, I want both www.mydomain.com and mydomain.com to work when the user types the address in their browser.