Multiple SSL sites served from a single content path
Multiple SSL sites served from a single content path
am 29.11.2006 15:39:45 von th
Hi there,
I wonder if anyone could help me with this?
I have several versions of essentially the same web site, each has its
own common name domain name, mysite1.com etc., and each is required to
run in SSL mode.
I intend to set these up as separate IIS web sites on the same server,
each with its own IP address and each with its own certificate, which
appears to be the only reasonable solution available to me.
So my question is this, is it safe to point each of these IIS sites to
the same local path so that they each run the same code (ASP.NET 2.0),
or does this cause some sort of resource contention problem?
Thanks very much,
TH.
Re: Multiple SSL sites served from a single content path
am 29.11.2006 18:59:13 von Consultant
that is fine
"TH" wrote in message
news:1164811184.844601.35310@14g2000cws.googlegroups.com...
> Hi there,
>
> I wonder if anyone could help me with this?
>
> I have several versions of essentially the same web site, each has its
> own common name domain name, mysite1.com etc., and each is required to
> run in SSL mode.
>
> I intend to set these up as separate IIS web sites on the same server,
> each with its own IP address and each with its own certificate, which
> appears to be the only reasonable solution available to me.
>
> So my question is this, is it safe to point each of these IIS sites to
> the same local path so that they each run the same code (ASP.NET 2.0),
> or does this cause some sort of resource contention problem?
>
> Thanks very much,
> TH.
>
Re: Multiple SSL sites served from a single content path
am 29.11.2006 23:04:25 von David Wang
IIS is perfectly fine with such a configuration.
If your websites are named: subdomain1.domain.com ,
subdomain2.domain.com , etc
Then with IIS6 on Windows Server 2003 SP1 you can configure a single
website with one IP address and one SSL wildcard Certificate for
*.domain.com .
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
TH wrote:
> Hi there,
>
> I wonder if anyone could help me with this?
>
> I have several versions of essentially the same web site, each has its
> own common name domain name, mysite1.com etc., and each is required to
> run in SSL mode.
>
> I intend to set these up as separate IIS web sites on the same server,
> each with its own IP address and each with its own certificate, which
> appears to be the only reasonable solution available to me.
>
> So my question is this, is it safe to point each of these IIS sites to
> the same local path so that they each run the same code (ASP.NET 2.0),
> or does this cause some sort of resource contention problem?
>
> Thanks very much,
> TH.