XMLDocument.Load Proxy Error

G

Guest

Hi All,



I am trying to use the XMLDocument.Load method to load an XML document
from a web site (http://www.xxx.com/file.xml). As I am going through ISA and
require Proxy authentication, I cannot seem to use any property on the
XMLDocument object to specify such. I tried using the XML Resolver but to no
avail. All I can specify there is the URLResolver and pass some credentials,
but no proxy. I am using VB.NET 2005 PRO, and will be using this
functionality from a WinForms application as well as a compiled .DLL
assembly. I may have seen someone trying to set a proxy for all "global"
type requests, but not sure on how to implement it, or if its the best
approach.

Regards,

Giovanni
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top