Any Help is Appreciated!
Here is the code:
Set XML = Server.CreateObject("msxml")
XML.URL = FullPath
Where FullPath is path to file. If the path is an absolute reference to a file on my the local hard disk it works. If the path is a reference to a URL it throws the error below.
msxml3.dll error '800c0007'
No data is available for the requested resource.
Any ideas? Thanx in advance
Here is the code:
Set XML = Server.CreateObject("msxml")
XML.URL = FullPath
Where FullPath is path to file. If the path is an absolute reference to a file on my the local hard disk it works. If the path is a reference to a URL it throws the error below.
msxml3.dll error '800c0007'
No data is available for the requested resource.
Any ideas? Thanx in advance