This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Need help with configuring NT server to run MSXML2


Thought I'd ask this list if there was anyone who would be able to tell me
how to run tests on our server to see if the XML parser is working? I'm
having BIG problems with creating server objects in ASP, and I can't find
out why. The following code:

	objHTTP.Open sMethod, sSource, False
	objHTTP.send()
	objXML.loadXML(objHTTP.responseText)

Works fine on our local dev server, but I always get an error when trying to
use the .send method. I'm sure it's a timeout problem on the server, but
can't find any errors?

If anyone knows how to locate problems, this would be most helpful. I've
tried every other route I could find, but everything I've changed has still
not fixed the problem!

Thanks,

Daniel Newman.

Bis-Web Ltd.
Tel: 01993 880614
Fax: 01993 881625

****************************************************************************
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the
material from any computer.
****************************************************************************


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]