How to integrate a mirror WS without client reconfiguration?
Posted
by
tzup
on Server Fault
See other posts from Server Fault
or by tzup
Published on 2011-03-15T07:00:09Z
Indexed on
2011/03/15
8:11 UTC
Read the original article
Hit count: 263
I have a web service hosted by IIS server 1 and another web service hosted by IIS server 2.
Is there a way to have the WS on server 2 automatically pick up when the WS on server 1 is unavailable, without having to reconfigure the clients (which are desktop applications in this case).
There must be some tools that perform such tasks, please help.
Thank you.
EDIT The two web services expose the same functionality, so basically I am trying to setup a high-availability cluster (ie failover cluster)
© Server Fault or respective owner