Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: some errors in IIS


Message #1 by "Antonis Natsis" <anatsis@i...> on Tue, 22 Oct 2002 18:01:05
Two kind of errors often occur in our IIS server. I get informationm from 
the Event Viewer that they are all 'Script Engine Exception'. One occurs 
at 'IActiveScript::Close()' in 'CActiveScriptEngine::FinalRelease()'. The 
other occurs at  'IActiveScript::SetScriptState() 
in 'CActiveScriptEngine::ResetToUninitialized()'. Can someone tell me how 
can I catch the ASP page which result in those errors.  
Message #2 by "Ken Schaefer" <ken@a...> on Wed, 23 Oct 2002 15:02:56 +1000
What does this have to do with ASP & Access?

That said, if you are using IIS v5 (or v5.1), then create your own 500.100
internal error handler. Use the ASPError object to get info on the page that
was causing the problem, and log the details to a database.

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Antonis Natsis" <anatsis@i...>
Subject: [access_asp] some errors in IIS


: Two kind of errors often occur in our IIS server. I get informationm from
: the Event Viewer that they are all 'Script Engine Exception'. One occurs
: at 'IActiveScript::Close()' in 'CActiveScriptEngine::FinalRelease()'. The
: other occurs at  'IActiveScript::SetScriptState()
: in 'CActiveScriptEngine::ResetToUninitialized()'. Can someone tell me how
: can I catch the ASP page which result in those errors.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index