RE: MSXML on NT4 Server - HELP

Subject: RE: MSXML on NT4 Server - HELP
From: "Vun Kannon, David" <dvunkannon@xxxxxxxx>
Date: Thu, 7 Jan 1999 10:01:47 -0500
My developers think that 
	 Line 11 is: var doc = Server.CreateObject("Microsoft.XMLDOM");
should be
	 Line 11 is: var doc = Server.CreateObject("Microsoft.DOMDocument");
which is a change between versions of the DLL. Do you have IE5b1 on your
desktop and b2 on the server?
Cheers,
David vun Kannon

> -----Original Message-----
> From:	julian.burman@xxxxxxxxxxxxxx [SMTP:julian.burman@xxxxxxxxxxxxxx]
> Sent:	Thursday, January 07, 1999 7:15 AM
> To:	xsl-list@xxxxxxxxxxxxxxxx
> Subject:	MSXML on NT4 Server - HELP
> 
> 
> 
> I'm using MSXML to process XML+XSL files to HTML for display on NetScape,
> Opera, etc.
> When MSXML.DLL and all the files are hosted on my desktop system running
> NT
>  4 Workstation
> with Option Pack 4 installed, everything works fine.
> 
> As soon as I upload the files to our main server and attempt to access the
> pages through it, I get the following
> error message.
> 
> Server object error 'ASP 0177 : 800401f3'
> Server.CreateObject Failed
> /emea/Search/KB/htbody.asp, line 11
> Invalid class string
> 
>  Line 11 is: var doc = Server.CreateObject("Microsoft.XMLDOM");
> 
> What has not been set correctly on the server (it's running IIS4 and
> Option
>  Pack 4.)
> I presume it's something to do with access rights.
> 
> Many thanks
> 
> Julian Burman
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread