P
Prad Bok via .NET 247
(Type your message here)
--------------------------------
From: Prad Bok
I have a web page that takes long time(more than 3 minutes) tofinish.
I am running IIS6 on windows 2003 server.
I have tried all the following but they are not working. Sameapplication works fine on Windows 2000.
1. Server.ScriptTimeout = 1200; in the ASPX page
2. Web.config : <httpRuntime executionTimeout="1200"maxRequestLength="4096" useFullyQualifiedRedirectUrl="false"minFreeThreads="8" minLocalRequestFreeThreads="4"appRequestQueueLimit="100" />
3. Mechine.config : <processModel enable="true"timeout="Infinite" idleTimeout="Infinite"shutdownTimeout="0:00:05" requestLimit="Infinite"requestQueueLimit="5000" restartQueueLimit="10" memoryLimit="60"webGarden="false" cpuMask="0xffffffff" userName="machine"password="AutoGenerate" logLevel="Errors"clientConnectedCheck="0:00:05" comAuthenticationLevel="Connect"comImpersonationLevel="Impersonate"responseDeadlockInterval="00:23:00" maxWorkerThreads="20"maxIoThreads="20"/>
4. I have also modified IIS vitual directory setting to reflectASP Script time to 1200
--------------------------------
From: Prad Bok
I have a web page that takes long time(more than 3 minutes) tofinish.
I am running IIS6 on windows 2003 server.
I have tried all the following but they are not working. Sameapplication works fine on Windows 2000.
1. Server.ScriptTimeout = 1200; in the ASPX page
2. Web.config : <httpRuntime executionTimeout="1200"maxRequestLength="4096" useFullyQualifiedRedirectUrl="false"minFreeThreads="8" minLocalRequestFreeThreads="4"appRequestQueueLimit="100" />
3. Mechine.config : <processModel enable="true"timeout="Infinite" idleTimeout="Infinite"shutdownTimeout="0:00:05" requestLimit="Infinite"requestQueueLimit="5000" restartQueueLimit="10" memoryLimit="60"webGarden="false" cpuMask="0xffffffff" userName="machine"password="AutoGenerate" logLevel="Errors"clientConnectedCheck="0:00:05" comAuthenticationLevel="Connect"comImpersonationLevel="Impersonate"responseDeadlockInterval="00:23:00" maxWorkerThreads="20"maxIoThreads="20"/>
4. I have also modified IIS vitual directory setting to reflectASP Script time to 1200