T
Tom Vukovich
I'm having a problem loading an xmldocument from the web. The xml i wish to
bring into the application is generated from a request to an ASP page. The
following code does not work.
xmldoc2.Load(http://Blah/Blah/blah/NYISOZoneData.asp?Zone=ALL)
However if i save a copy of the generated file and load it like this,
xmldoc2.Load(Server.MapPath("NYISO.XML"))
Everything is fine.
Any Ideas?
Thanks
tv
bring into the application is generated from a request to an ASP page. The
following code does not work.
xmldoc2.Load(http://Blah/Blah/blah/NYISOZoneData.asp?Zone=ALL)
However if i save a copy of the generated file and load it like this,
xmldoc2.Load(Server.MapPath("NYISO.XML"))
Everything is fine.
Any Ideas?
Thanks
tv