Click here to Skip to main content
15,885,720 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to increase executionTimeout for a long-running query please give me suggetion
Posted
Comments
[no name] 7-Oct-15 5:46am    
What are you using in your code to access database: ADO.NET or EntityFramework..

1 solution

Execution Timeout is 90 seconds for .NET Framework 1.0 and 1.1, 110 seconds otherwise.
If you need to change defult settings you need to do it in your web.config under

<httpRuntime executionTimeout = "number(in seconds)"/>

also check..

SQL Command Command Timeout[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900