views:

33

answers:

0

I wanted to know if it is possible for ISA to detect if a web server is giving out a 500 error and can stop requests to the server.

I found an option for it to check for port 80 and if it doesn't reply, it would stop but no scenario for when an error happens.

Also, in my case I redirect to a specific page to display the error. Can I filter the requests based on the fact that the server redirects to this error page?