Mega Code Archive

 
Categories / ASP.Net / Development
 

Configuring ASP NET Runtime Settings

<configuration>   <system.web>     <httpRuntime       useFullyQualifiedRedirectUrl="false"       enable="true"       idealTime="10"       executionTimeout="90"       maxRequestLength="4096"       requestLengthDiskThreshold="512"       appRequestQueueLimit="5000"       requestPriority="High"       minFreeThreads="8"       minLocalRequestFreeThreads="4"       appRequestQueueLimit="100"       enableKernalOutputCache="true"     />   </system.web> </configuration>