Problem was solved...it was a bad version of the dll that worked on our test system but not on the target system.
Trying to set up a classic ASP on IIS 7.5 with Windows 7. I've gone through the typical install options (enabling ASP under the IIS installation along with ISAPI Extensions and Request Filtering). I've also set up the DefaultAppPool to allow 32-bit apps, to run no managed code, and to run classic pipeline mode. Finally, under my application I created I've turned on Enable Parent Paths and Send Errors to Browser. I can access non-ASP classic pages on the site but I get the following error when accessing ASP classic pages:
Server object error 'ASP 0177 : 800a801d'
Server.CreateObject Failed
/online/online.asp, line 13
800a801d
Any help would be very appreciated.