Hi! I want to know if it is possible to have two servers working simultaneously, serving the same content such tht if one fails the other wrks as a backup so tht there is no interruption of service. Thanks.
andye
11:07 am on Jun 13, 2005 (gmt 0)
Yes.
If, under normal conditions, they both serve requests, this is a 'load-balancing' setup.
If one of them only comes online when the other one fails, this is known as 'failover'.
hth, andy.
saugata_roy
11:40 am on Jun 13, 2005 (gmt 0)
How do i configure 2 machines running iis
txbakers
12:16 pm on Jun 13, 2005 (gmt 0)
look up "windows clustering" in the Windows HELP or at the MS site.