Click here to Skip to main content
15,918,742 members

Comments by ArunUtkarshaRana (Top 1 by date)

ArunUtkarshaRana 4-May-11 1:33am View    
Manfred,

I updated machine.config file with below details, compiled and deployed in hosting server but it does not seem to be working.
<system.web>
<processModel
enable="true"
timeout="68"
idleTimeout="00:30:00"
requestLimit="10000"
requestQueueLimit="5000"
restartQueueLimit="10"
memoryLimit="50"
webGarden="false"
userName="System"
password="autogenerate"
logLevel="Errors"
clientConnectedCheck="00:00:05"
comAuthenticationLevel="Default"
comImpersonationLevel="Default"
responseDeadlockInterval="00:03:00"
responseRestartDeadlockInterval="00:09:00&quo t;
maxWorkerThreads="25"
maxIoThreads="25"
serverErrorMessageFile=""
pingFrequency="00:00:30"
pingTimeout="00:00:05"
/>