My problem is that a lot of asp pages which have the script timeout method , have their own functionality. One asp page shows a different message for a script timeout , another page shows a different message. So basically I want to bypass the Scripttimeout error
from IIS rather through my ErrorHandler.asp page .
Thanks,
Tech.
Main Topics
Browse All Topics





by: brgivensPosted on 2004-04-14 at 21:19:40ID: 10829943
If Server.GetLastError <> adErrStillExecuting Then
' mail yourself the error details
End If
I'm taking a guess as to which error# is the timeout you want - it's probably one or the other of these two:
adErrStillExecuting (&He7f)
adErrStillConnecting (&He81)