Most likely, your ASP script suffers an intermittent error, and your code catches the error and terminates processing silently, instead of letting the exception be displayed as an error script. This can also happen if your ASP script is configured to not buffer the response, in which case a response...