This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / About timeout problem in ASPI set timeout=10000 or 50000, it always breaks down because of timeout.
How to solve the problem?
Thanks.
-xxu999(杰姆);
2005-8-23
{110}
(#2465754@0)
-
There are two kinds of timeout in asp....[1] Session.Timeout
[2] Server.ScriptTimeout
You can set both in your asp. like:
Session.Timeout=360
Server.ScriptTimeout =300
They are minutes rather than seconds.
Hope that helps,
-schen(睹往睹来);
2005-8-23
{195}
(#2466752@0)
-
Thank you so much, it works.
-xxu999(杰姆);
2005-8-23
(#2466853@0)