Script Timeout Not working

  • Thread starter Prad Bok via .NET 247
  • Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top