Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.