| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
ASP Runtime Error 800a01ad |
From: |
Ron Searle |
Date: |
2/10/1999 1:10:57 AM |
IP: |
207.227.181.133 |
Working on a project for a client which, on our development server (and another we setup for testing) everything is fine (NT 4.0 SP3, SQL 6.5 SP4, IIS 4.0 Option Pack Sept 98).
When we deliver to client(NT 4.0 SP3, SQL 6.5 SP4, IIS 4.0 Option Pack Sept 98) it gives the message:
Microsoft VBScript runtime error 800a01ad
ActiveX component cannot create object
/Mordimer/vb/wcOM01.asp, Line 8.
It also kicks up an evernt 4134 in the event log, which according to TechNet says my problem is BY DESIGN because we have a firewall (the client does). Im confused how IIS even KNOWS there is a firewall, were not communicating THROUGH it that I know of.
Line 8 contains the comment Server.CreateObject.
(Exact line is: Set Application("~WC~WebClassManager") = Server.CreateObject("WebClassRuntime.WebClassManager")
)
TechNet says change Server.CreateObject to CreateObject. If I do that, then the error changes to:
Microsoft VBScript runtime error 800a01ad
ActiveX component cannot create object: CreateObject
/Mordimer/vb/wcOM01.asp, Line 8.
Im WAY out of my league here so ANY insights would be appreciated!
Ron
|
Follow Up - Re: ASP Runtime Error 800a01ad - Harlan 2/10/1999 8:57:36 AM
|
|

|
|
|
|