asyncpostbacktimeout

AsyncPostBackTimeout Setting Not Working for Very Large Values

I have AsyncPostBackTimeout set to a very large value (3600 = 1 hour). This should cause Ajax request in my .net app (Asp.net 3.5) to continue for an hour before expiring. However, for some reason, they are expiring after approximately 5 minutes (the request continues to execute on the server without any issues). What could be causing t...