Working WCF WebServices with NLB server

Posted by gguth on Server Fault See other posts from Server Fault or by gguth
Published on 2014-08-21T19:27:31Z Indexed on 2014/08/21 22:21 UTC
Read the original article Hit count: 288

Filed under:
|
|

Im starting the architecture of a new project using WCF, but im not the right person to make some network considerations, so im doing some research but cannot find the answers to these questions:

  1. We´ll host the WCF service in a common Windows Service app in 2 servers and we´ll have another server to make the Load-Balancing job using the WNLB. The fact that we are hosting the WCF in a Windows Service app can disturb the NLB job?

  2. Before my research i thought the load balancing was tought to configure, but with NLB it seems to be very simple, its really that simple?

Note: The binding will be basicHttpBinding

© Server Fault or respective owner

Related posts about networking

Related posts about load-balancing