Someone left me an asp page with the following code:
Dim DbManager ' dim object variable
Set DbManager = Server.CreateObject("ard.gatekeeper" 'instantiate gatekeeper object
And I get the following error when accesing the page:
An exception of type 'Server object: 006~ASP 0177~Server.CreateObject Failed~Invalid class string' was not handled.
I'm really lost. I've not idea of what is this.
Dim DbManager ' dim object variable
Set DbManager = Server.CreateObject("ard.gatekeeper" 'instantiate gatekeeper object
And I get the following error when accesing the page:
An exception of type 'Server object: 006~ASP 0177~Server.CreateObject Failed~Invalid class string' was not handled.
I'm really lost. I've not idea of what is this.