How to Host Multiple Domains / Web Sites on one IIS6 Server
Posted
by Josh Stodola
on Server Fault
See other posts from Server Fault
or by Josh Stodola
Published on 2009-07-28T19:03:53Z
Indexed on
2010/04/16
12:23 UTC
Read the original article
Hit count: 458
I currently have an IIS6 server that hosts one web site/domain. I am developing another web site (completely separate) that I want to host on this same server. Both domains were purchased from GoDaddy.
I believe I will need a server-side ISAPI rewrite filter to internally route the incoming requests based on the domain name. I plan to use Ionic's ISAPI Rewrite Filter to do this because it is free. I know how to install the ISAPI filter and apply it to a web site in IIS, but I have no clue how I am going to route the incoming requests correctly (based on the domain).
Also, I don't know if it is wise to setup multiple "Web Sites" or "Virtual Directories". I am thinking that this will depend on how the configured.
How should I go about getting this accomplished?
© Server Fault or respective owner