Mega Code Archive

 
Categories / ASP.Net Tutorial / ASP Net Controls
 

Changing the file-size limitation setting in the web config file

<httpRuntime   idleTime="15"   executionTimeout="90"   maxRequestLength="4096"   useFullyQualifiedRedirectUrl="False"   minFreeThreads="8"   minLocalRequestFreeThreads="4"   appRequestQueueLimit="100" />