Does anyone know how to bind port 443 to more than one ip
address on the same server? I have IIS and then an app
using port 443, but if one is running it disables the
other. I've had this fixed before, but I had to run some
upgrades and can't remember how I fixed it last time. Each
thing is utilizing a seperate ip address. This is IIS 5
not 6.
David Wang [Msft]
02-06-2004, 09:14 AM
Ask this question on: microsoft.public.inetserver.iis .
There is a registry key for IIS to turn of "socket pooling" to make IIS5
friendly to sharing port 443. The other app needs to behave similarly and
not bind to 0.0.0.0:443
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Joni" <anonymous@discussions.microsoft.com> wrote in message
news:b2d301c3ec43$bfd09df0$a001280a@phx.gbl...
Does anyone know how to bind port 443 to more than one ip
address on the same server? I have IIS and then an app
using port 443, but if one is running it disables the
other. I've had this fixed before, but I had to run some
upgrades and can't remember how I fixed it last time. Each
thing is utilizing a seperate ip address. This is IIS 5
not 6.
David Wang [Msft]
02-06-2004, 09:14 AM
Ask this question on: microsoft.public.inetserver.iis .
There is a registry key for IIS to turn of "socket pooling" to make IIS5
friendly to sharing port 443. The other app needs to behave similarly and
not bind to 0.0.0.0:443
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Joni" <anonymous@discussions.microsoft.com> wrote in message
news:b2d301c3ec43$bfd09df0$a001280a@phx.gbl...
Does anyone know how to bind port 443 to more than one ip
address on the same server? I have IIS and then an app
using port 443, but if one is running it disables the
other. I've had this fixed before, but I had to run some
upgrades and can't remember how I fixed it last time. Each
thing is utilizing a seperate ip address. This is IIS 5
not 6.