I have a DLL written in VB 6.0 that runs fine with VB programs. However, when I attempt to use it in ASP, I get the following error:
Microsoft VBScript runtime (0x800A01B6)
Object doesn't support this property or method
The error is appearing on this line:
clsAuth = server.createObject("ADSUtilities.Authenticate"
I've re-compiled the DLL, and re-verified that the VB6.0 programs still work with it. They do. However, I can not get my ASP page to call it.
And ideas?
Microsoft VBScript runtime (0x800A01B6)
Object doesn't support this property or method
The error is appearing on this line:
clsAuth = server.createObject("ADSUtilities.Authenticate"
I've re-compiled the DLL, and re-verified that the VB6.0 programs still work with it. They do. However, I can not get my ASP page to call it.
And ideas?