Hi -
We're trying to get ARR beta 2 up and running. We have 2 ARR proxy servers routing all requests to 2 IIS servers. If one of the IIS servers takes a long time to serve a page, the ARR server dumps the request somehow and returns this response: "The specified CGI application encountered an error and the server terminated the process." (there's no HTML formatting around it). If I visit the page directly (rather than through ARR), the page serves correctly. I've got a page doing Thread.Sleep to test this behaviour and it's 100% reproducible - it seems to die after 30 seconds.
The server farm's Proxy element has a "Time-out" section that's set to 30 seconds - but changing this doesn't stop the error message.
Nothing gets left in the event log on the ARR boxes, and searching for this message on the net yields no results - so I'm a bit stuck how to troubleshoot!
Any ideas on what might be going wrong, and what I can do to stop it happening? At the very least, how can I return a friendly error page rather than this awful one liner!
Thanks!