RE: Unable to timeout a long running request

From: Andy Mortimer [MS] (andmort_at_online.microsoft.com)
Date: 01/06/05


Date: Thu, 06 Jan 2005 18:08:17 GMT

Try it with debug set to false. The executionTimeout property only works
when the debug is set to false in the
web.config.

The timeout value is set to a large value(30000) to prevent getting
timedout during
debugging. So, this will work only when the debugging is set to false.