The AsyncPostBackTimeout unit of value is second, so 5 means 5 seconds, of course we don't need 5 seconds to wait for the callback. The ExecutionTimeout property specifies the maximum number of seconds that a request can execute before ASP.NET automatically shuts down. The default value is 110 seconds. This timeout applies only if the debug attribute in the element is set to false.
• The following javascript does not start when execution takes too long
How could you know that execution takes too long?
1. What are the correct IIS settings and .js callbacks that affect the execution of this code?
We do not need special settings in IIS for this example. Only a network problem can cause a execution timeout.
I'm confused, why do you want to focus on the timeout, did you get an unhandled exception when using my sample?
Jerry Van - MSFT
user723259
source share