Tech Support > Microsoft Windows > Windows Server > Multiple web site with security
Multiple web site with security
Posted by Emeric Thibaud on January 28th, 2008


I need to setup a multi web site on Windows 2003 server. Can we have one
External IP adress and multiple web site on it with security for each
separate web site ?
Best Regard
Numerick

Posted by Richard M. on January 28th, 2008



"Emeric Thibaud"
The trouble is that if you use https (SSL) you can not use http-header to
separate the web site.
This is because the secure connection occures before IIS get the http
request.
There is no work around for this.

I use multiple IP address on the server so that I can host several
different domains;

--RiM