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.
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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~