theDude5B
Cool member
+805|7210
Anyone any good with asp and XML ?

got some questions that need answers.

Obviously Karma will be given out for good answers (that are helpful)
Jenspm
penis
+1,716|7192|St. Andrews / Oslo

Advanced or basic?
https://static.bf2s.com/files/user/26774/flickricon.png https://twitter.com/phoenix/favicon.ico
theDude5B
Cool member
+805|7210
bit of both.

I have an xml document which is at a URL. I want to be able to access this, then display it. So far I have a fake xml document on my local server and the code works fine, but when I try to access the document from the URL it doesnt work.

xmlDoc.load(Server.MapPath("test.xml")) works fine.
xmlDoc.load("http://timbjames.brinkster.net/db/test.xml") doesnt work even though the XML document is there.

I also have some more questions but lets see if I can get this one answered first.
jsnipy
...
+3,277|6982|...

are you doing old asp or asp.net?

In either case are you getting an exception?
ReTox
Member
+100|6959|State of RETOXification

jsnipy wrote:

are you doing old asp or asp.net?

In either case are you getting an exception?
And can you post a screenie or description of the exception?
jsnipy
...
+3,277|6982|...

Its the error you get when you test your page.

Last edited by jsnipy (2007-01-23 21:12:10)

theDude5B
Cool member
+805|7210
thanks for the help guys. Managed to solve the problem myself though. Added in the bit of code:

Code:

xmlDocument.setProperty "ServerHTTPRequest", True
and now everything runs fine.

Board footer

Privacy Policy - © 2025 Jeff Minard