| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
ASP Runtime Errors |
From: |
Ron Searle |
Date: |
2/10/1999 1:07:01 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 Errors - Wilfred Mathews 2/12/1999 6:44:34 AM
|
|

|
|
|
|