soadmin
asked on
IIS high availability
Hello,
What is the best way to implement high availability for IIS so that if one server goes down, I simply repoint DNS to the backup and things are back up and running.
I was going to:
1. Export the IIS config on the Primary server to a local path.
2. Enabled shared configuration on the Primary server to point to that path
3. Ensure DFS replication replicates those configs to the same path on the Backup server
4. Enable shared configuration on the backup server to point to it's local path where the shared config has now been replicated to.
Is there anything else I need to do, or a better way to do this keeping in mind I'm by no means an IIS administrator and both machines are co-located on different subnets. I did notice that if I create a new web site, the webconfig does not replicate, which means I'd have to add that to DFS replication.
Maybe replicated the whole inetpub directory? I heard many people had issues with that.
Thanks!
What is the best way to implement high availability for IIS so that if one server goes down, I simply repoint DNS to the backup and things are back up and running.
I was going to:
1. Export the IIS config on the Primary server to a local path.
2. Enabled shared configuration on the Primary server to point to that path
3. Ensure DFS replication replicates those configs to the same path on the Backup server
4. Enable shared configuration on the backup server to point to it's local path where the shared config has now been replicated to.
Is there anything else I need to do, or a better way to do this keeping in mind I'm by no means an IIS administrator and both machines are co-located on different subnets. I did notice that if I create a new web site, the webconfig does not replicate, which means I'd have to add that to DFS replication.
Maybe replicated the whole inetpub directory? I heard many people had issues with that.
Thanks!
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Please check if below link may help you with what you are looking for...
http://www.iis.net/learn/extensions/configuring-application-request-routing-(arr)/achieving-high-availability-and-scalability-arr-and-nlb