Hi all
I've got quite a heavy traffic classic ASP site (I know it needs converting to .Net at some point) which runs fine 90% of the time but occasionally I get an error 'ASP 0115' Unexpected Error.
A trappable error (C0000005) occurred in an external object. The script cannot continue running.
This happens on every single page/Ajax call.
It happens consistently for around 20 minutes and then just vanishes.
For each page I am including a list of classes (literally <!--#include file="../classes/MyClass.asp"-->) and then creating a new version of my Database class (set cDB=new Database) which holds connection information etc. And killing it at the end of each page.
Searching online a lot of people with this error are blaming 3rd party components and objects, however I'm not using any. The only CreateObjects i have is one ADODB.Connection, several instances of ADODB.Recordset and I'm using the Scripting.FileSystemObject from time to time - although I don't think that can be causing the issue as it's used rarely.
Basically it's a massive site (33 classes and numerous controllers) so I'm not expecting anyone to error trap it for me! But I just don't know where to start looking to figure out the cause of this error. Can anyone offer any advice or point me in the right direction please?
Thanks
~S~
I've got quite a heavy traffic classic ASP site (I know it needs converting to .Net at some point) which runs fine 90% of the time but occasionally I get an error 'ASP 0115' Unexpected Error.
A trappable error (C0000005) occurred in an external object. The script cannot continue running.
This happens on every single page/Ajax call.
It happens consistently for around 20 minutes and then just vanishes.
For each page I am including a list of classes (literally <!--#include file="../classes/MyClass.asp"-->) and then creating a new version of my Database class (set cDB=new Database) which holds connection information etc. And killing it at the end of each page.
Searching online a lot of people with this error are blaming 3rd party components and objects, however I'm not using any. The only CreateObjects i have is one ADODB.Connection, several instances of ADODB.Recordset and I'm using the Scripting.FileSystemObject from time to time - although I don't think that can be causing the issue as it's used rarely.
Basically it's a massive site (33 classes and numerous controllers) so I'm not expecting anyone to error trap it for me! But I just don't know where to start looking to figure out the cause of this error. Can anyone offer any advice or point me in the right direction please?
Thanks
~S~