Mujeeb Rahiman

Mujeeb Rahiman

  • NA
  • 1
  • 810

Controlling windows service startup on load balancer

Nov 19 2015 12:11 AM
Hi,
 
I have one windows service created in C# which reads some SQL DB and process request (which i cannot perform in SQL DB ). Now I am deploying this on production server which is load balanced. Since its load balanced with two active nodes, I can not run it on both. Is there anyway I can control the startup of the service if service stopped in another node only.