The story behind this is that I have a plug-in to my mailserver which lets me have a web-based admin screen.
The doc given only says to put the ASP pages into a directory where IIS can see it, and register the DLL file.
After talking to an ASP programmer, he states that the DLL will give a successful or rejected registered message, which I got the successful one.
I wrote to the company to obtain the documentation for the line in the ASP which is failing, but they haven't responded, and their tech support is crap.
So, this is my last resort to see if I can find the class within the DLL that is being referenced in hopes to find the correct syntax to modify the ASP page.