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)