What would cause a classic asp script to keep running after the ScriptTimeout value?

masterrose

New Member
I have a classic asp script with the following line of code in it:\[code\]Server.ScriptTimeout = 60*90;\[/code\]which means that it will timeout after 90 minutes.But it keeps going after the 90 minutes. So there must be something else over-riding it. There is no other setting of this variable in the script.So my question is, what can override this setting?
 
Back
Top