How to make client have persistent connection with WCF Service in load balanced servers ?
Keep-Alive value enables clients to establish persistent connections to the WCF services. This configuration offers enhanced throughput because previously established connections can be reused to send subsequent messages to the same server. However, connection reuse may cause clients to become strongly associated to a specific server within the load-balanced farm, which reduces the effectiveness of round-robin load balancing.