Joe
|
| Posted: 04/29/2004, 1:06 PM |
|
Can i change the setting in any of the files to make the run longer beofer it timeouts,
Thanks
|
|
|
 |
ryan
Posts: 41
|
| Posted: 04/29/2004, 6:19 PM |
|
Hmm... you just to have one line of code...
on the common.asp generated by CCS please add
Server.ScriptTimeout = 120 'or whatever value you like
I use this when there's a large file upload functionality going on :)
_________________
(\__/)
(='.'=)
(")_(") |
 |
 |
widesea
|
| Posted: 06/22/2004, 2:47 AM |
|
Can i change the setting in any of the files to make the run no longer than 5 seconds
Thanks
|
|
|
 |
hytga
|
| Posted: 06/23/2004, 9:30 AM |
|
look here. It depends on what your server has set the timeout to. you cannot specify the timeout less than what your server has set it to.
http://msdn.microsoft.com/library/default.asp?url=/libr...om_seropsct.asp
|
|
|
 |
Do not know how to change value in the IIS adminstration tools
|
| Posted: 08/09/2004, 12:57 PM |
|
Quote Joe:
Can i change the setting in any of the files to make the run longer beofer it timeouts,
Thanks
|
|
|
 |
Don Safar
|
| Posted: 08/09/2004, 10:15 PM |
|
Need to know your setup (IIS or apache, Linux or Windows, ASP or PHP, etc).
<Do not know how to change value in the IIS adminstration
tools@forum.codecharge (Do not know how to change value in the IIS
adminstration tools)> wrote in message
news:24117d7183dab8@news.codecharge.com...
> Quote Joe:
> Can i change the setting in any of the files to make the run longer beofer
it
> timeouts,
>
> Thanks
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |