T
Tony Proctor
I need to create a process Singleton object for an ASP application, but I'm
having some odd issues
In my GLOBAL.ASA, I have an <OBJECT> element specifying the relevant ProgID
with RUNAT=Server and SCOPE=Application
However, although this works fine for some classes, I get a permission
denied error for classes from a particular DLL. The error response is:-
Active Server Pages error '8002802b'
Create object failed
?
An error occurred while creating object 'oTest'.
Microsoft VBScript runtime error '800a0046'
Permission denied: 'oTest'
/test/utilities/test.asp, line 11
Apart from all the failing classes being in one of two particular DLLs, I
can't see what the pattern is. All the DLLs (working and non-working are
written in VB6)
Can anyone see a possible cause?
Tony Proctor
having some odd issues
In my GLOBAL.ASA, I have an <OBJECT> element specifying the relevant ProgID
with RUNAT=Server and SCOPE=Application
However, although this works fine for some classes, I get a permission
denied error for classes from a particular DLL. The error response is:-
Active Server Pages error '8002802b'
Create object failed
?
An error occurred while creating object 'oTest'.
Microsoft VBScript runtime error '800a0046'
Permission denied: 'oTest'
/test/utilities/test.asp, line 11
Apart from all the failing classes being in one of two particular DLLs, I
can't see what the pattern is. All the DLLs (working and non-working are
written in VB6)
Can anyone see a possible cause?
Tony Proctor