In my asp.net/c# website, I make a request that takes like a minute, and sometimes it goes into an error saying the request timed out, and I can't catch it. But I thought of a work around.I could get the maximum time as a value, then while doing the loop, I can time it, and if it goes past the max amount of time minus 4 seconds, then stop the loop.But how can I get the maximum time (from web.config file)? Is there a variable I can use?Thanks