|
Home > Archive > IIS Server > December 2005 > Configuration IIS 6.0
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Configuration IIS 6.0
|
|
| Osmel Lázaro Corp Menéndez 2005-12-28, 6:10 pm |
| Hi friends:
My problem is this:
I need to configure on a server Windows 2003, version enterprise, the
service IIS 6.0. This server is an enviroment of cluster. I want that if
one server stops functioning, the process called failover automatically
shifts the workload of the failed server to another server in the cluster.
I want to know if it exists some it specifies configuration of IIS 6.0 to
occur that.
Bye, thanks
| |
| RaulSam 2005-12-28, 6:10 pm |
| You can use Network Load Balance to create a web farm and host your
applications, if one of the server stops responding it will fail over to a
second machine, you can have up to 32 servers, the only thing you need to
consider if you are using sessions is if a server fails when in a
transaction, no user information will be fwd to the other servers. also NLB
works on the protocol and not on the service.
you can find more information here.
http://www.microsoft.com/technet/pr...d3c60bd46d.mspx
hope this help
"Osmel Lázaro Corp Menéndez" <oscorpmen@hotmail.com> wrote in message
news:eCibb77CGHA.2292@tk2msftngp13.phx.gbl...
> Hi friends:
>
> My problem is this:
>
> I need to configure on a server Windows 2003, version enterprise, the
> service IIS 6.0. This server is an enviroment of cluster. I want that if
> one server stops functioning, the process called failover automatically
> shifts the workload of the failed server to another server in the cluster.
> I want to know if it exists some it specifies configuration of IIS 6.0 to
> occur that.
>
> Bye, thanks
>
>
>
|
|
|
|
|