Link to home
Start Free TrialLog in
Avatar of DigitalSmash
DigitalSmash

asked on

ScriptTimeOut.. ARGH!...

Microsoft VBScript runtime error '800a01c3'
Object not a collection: 'Server.ScriptTimeOut'
/cheats/view.asp, line 1


I dont really know how to use the ScriptTimeOut function.. so please could someone help me.. it was set to 300 seconds.. 5 minutes I think.. thanks!
ASKER CERTIFIED SOLUTION
Avatar of david_levine
david_levine

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of robbert
robbert

Probably, you're trying to set;

Server.ScriptTimeOut(300)

The correct syntax is;

Server.ScriptTimeOut = 300

Or go to Start | Programs | WinNT 4 Option Pack | Internet Info Server | Internet Service Manager
Select your web site, right-click, Properties,
Tab Home Directory, Button Application Configuration, Tab App Options, ASP Script Timeout.

I bet your program is not OK, since you need such a large timeout. Any questions to that?
Avatar of DigitalSmash

ASKER

robbert.. I'll test that and probably give you the points.. thanx
Just wondering, what did Robert post after me that would get him the points?
Sorry, I was offline for a longer time, and posted next to david_levine. He should get the points.
k.. not tested it but I'm sure it will work.. thanx, both.. points to dave then.