Multiple choice technology web technology

The default value for executionTimeout i.e request time to attempt to execute to server before ASP.NET shuts down is

  1. 15

  2. 30

  3. 60

  4. 90

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The default executionTimeout in ASP.NET is 90 seconds, meaning requests have up to 90 seconds to complete before ASP.NET terminates them. The other values (15, 30, 60 seconds) are all less than the actual default and would need to be explicitly configured.