I'm trying to get ARR running in a test environment. I have 3 servers and setup a web farm. From there I enabled load balancing on each node except the primary.
What it seems like its doing is the requests are getting handled by the primary server (even though it's not enabled for load balance). If I stop the site on the primary server, my requests no longer work. If I enable, then requests work again.
Is there another step that I'm missing to get this working?