André
Nov 9th, 2000, 09:16 AM
Hi there,
I'm trying to load an XML file using MSXML2.DOMDocument
objXML.Load ("http://www.somewhere.com/File.xml")
But this fails, I can't get the data.
However, if I copy the file to my server and do the same call like:
objXML.Load ("C:\File.xml")
It works.
Now the fun begins. I wrote a Component in VB that does this and works with a VB client!
But using the component from ASP fails as before.
Do you know why?
Please help,
André
I'm trying to load an XML file using MSXML2.DOMDocument
objXML.Load ("http://www.somewhere.com/File.xml")
But this fails, I can't get the data.
However, if I copy the file to my server and do the same call like:
objXML.Load ("C:\File.xml")
It works.
Now the fun begins. I wrote a Component in VB that does this and works with a VB client!
But using the component from ASP fails as before.
Do you know why?
Please help,
André