I was wondering if there is a way to display a custom error page when something goes wrong with my server farm using Application Request Routing for IIS.
For example let's assume that all my servers in my server farm goes to unhealthy status and I wish to display a friendly error message to users and not the default 502.4 - Bad Gateway error message till I found what is wrong.
Is there a way to do that?