web-farm

How do you manage large web farms?

I have a quickly growing web farm running IIS 7 (30+ servers). All servers are identical copies of each other and all servers are physical. We update the software about once a month, and in the current process, we follow the following steps: 1) Disable server from pool on F5 load balancer. 2) Disable HTTP Keep-alives in IIS so connect...

WCF Service configuration in Web Farm and Load Balancing envrionment.

I want to configure ASP.NET Website Project using WCF Service[NetTcp] (both in c#) for web-farm (for website) and NLB Load balancing (for service). I would like to configure following options for same. NetTcpBinding.maxConcurrentCalls, NetTcpBinding.ListenBacklog and NetTcpBinding.MaxConnections Note: During single machine configurati...