Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > an error that does not happen through 500-100.asp

Reply
Thread Tools

an error that does not happen through 500-100.asp

 
 
reo
Guest
Posts: n/a
 
      09-03-2004
if I put in a pagina asp the instruction:
server.scripttimeout=1
the page indeed expires immediately,
but the error that produces does not get to happen through 500-100.asp some
solution,
since to treat the errors I make it from 500-100.asp
thank you very much


 
Reply With Quote
 
 
 
 
Patrice
Guest
Posts: n/a
 
      09-03-2004
What if you try a higher number ? AFAIK our timeouts are processed but of
course we have a bigger value than that.

Patrice

--

"reo" <> a écrit dans le message de
news:...
> if I put in a pagina asp the instruction:
> server.scripttimeout=1
> the page indeed expires immediately,
> but the error that produces does not get to happen through 500-100.asp

some
> solution,
> since to treat the errors I make it from 500-100.asp
> thank you very much
>
>



 
Reply With Quote
 
 
 
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      09-03-2004
No, you don't understand: he's using the small number to deliberately force
the timeout so he can figure out how to gracefully handle timeouts if they
occur after setting the value to a more normal number.

Unfortunately, I don't knowthe answer. I typically concentrate on making
sure timeouts don't happen avoiding operations that should not be done in
ASP.

Bob Barrows

Patrice wrote:
> What if you try a higher number ? AFAIK our timeouts are processed
> but of course we have a bigger value than that.
>
> Patrice
>
>
> "reo" <> a écrit dans le message de
> news:...
>> if I put in a pagina asp the instruction:
>> server.scripttimeout=1
>> the page indeed expires immediately,
>> but the error that produces does not get to happen through
>> 500-100.asp some solution,
>> since to treat the errors I make it from 500-100.asp
>> thank you very much


--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


 
Reply With Quote
 
Patrice
Guest
Posts: n/a
 
      09-03-2004
I just wanted to know what would happen with a more reaslistic number (let's
say 30 instead of just 1 s).

The reason for this is that it works here so I would think that either the
500-100.asp page is not configured properly or that for some reason such an
irrealistic number causes some kind of strange behavior (for example what if
the timeout is lower than the time needed for the 500-100.asp page ???).

I would still recommand :
- what if ther page creates a non timeout error (such a computing 2/0) and
chekc that the 500-100 page is called
- if yes, trying with a realistic number for the timeout

Patrice

--

"Bob Barrows [MVP]" <> a écrit dans le message de
news:%...
> No, you don't understand: he's using the small number to deliberately

force
> the timeout so he can figure out how to gracefully handle timeouts if they
> occur after setting the value to a more normal number.
>
> Unfortunately, I don't knowthe answer. I typically concentrate on making
> sure timeouts don't happen avoiding operations that should not be done in
> ASP.
>
> Bob Barrows
>
> Patrice wrote:
> > What if you try a higher number ? AFAIK our timeouts are processed
> > but of course we have a bigger value than that.
> >
> > Patrice
> >
> >
> > "reo" <> a écrit dans le message de
> > news:...
> >> if I put in a pagina asp the instruction:
> >> server.scripttimeout=1
> >> the page indeed expires immediately,
> >> but the error that produces does not get to happen through
> >> 500-100.asp some solution,
> >> since to treat the errors I make it from 500-100.asp
> >> thank you very much

>
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in running a basic code in python 3.3.0 that includes HTML file Satabdi Mukherjee Python 1 04-04-2013 07:48 PM
Paradise newsgroup updating does not happen RayC NZ Computing 17 10-21-2006 01:16 AM
why does this happen? Jeremy Watts Java 4 08-11-2005 03:30 PM
When does Page Load happen? Ross ASP .Net 3 11-05-2003 07:02 PM
MSFT Why does this happen? Emilio ASP .Net 1 10-30-2003 05:48 PM



Advertisments