The front-end of our set-up runs via:-
- A Linux load balancer - running HAProxy for load-balancing with stunnel in front for SSL connections.
- This serves 2 x Windows Server boxes running IIS 7.5
I need a way of ensuring that the 2 IIS boxes are always in sync (i.e. if I change a setting on one, then within a matter of moments, the second should be automatically updated).
Having looked around the Microsoft Web Farm Framework seems the best solution for this, however I'm not sure if this plays nicely (or duplicates functionality) of the HAProxy level in front of it?
Many thanks in advance.