I have Application Request Routing set up with two web servers + one server for load balancer. When both web servers are up, the routing works fine.
If I take one web server down, the load balancer returns 502 error: "Web server received an invalid response while acting as a gateway or proxy server.".
I would expect it to redirect traffic to the last remaining web server.
In IIS, it detects that one instance is down and the other is up.
Some more information:
- I have enabled client affinity. Deleting the cookie doesn't change anything.
- I have one rewrite rule that redirects * to the server farm.
How do I fix my issue?