Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools

Change script timeout through ASP.NET configuration files

Total Hit ( 4409)

Rate this article:     Poor     Excellent 

 Submit Your Question/Comment about this article

Rating


 


The httpRuntime tag in ASP.NET configuration files lets you determine several behaviors of ASP.NET at the machine or site, including the global value for script timeout. Here's the complete syntax for this tag:

Click here to copy the following block
<httpRuntime executionTimeout="seconds"
       maxRequestLength="kbytes"
       minFreeThreads="numberOfThreads"
       minLocalRequestFreeThreads="numberOfThreads"
       appRequestQueueLimit="numberOfRequests"
       useFullyQualifiedRedirectUrl="true|false" />

executionTimeout is the maximum time an .aspx page can run before timing out. The default is 90 seconds, but you should extend this value for pages that perform long database queries or remote calls to a Web service. This attribute corresponds to the Server.ScriptTimeout property.


Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.