R
Roman
I am trying to load an XML file using 'Load' method on a
XmlDocument object.
xmlDocument.Load("http://localhost/Test.xml");
In return I am getting an exeption; "The remote server
returned an error: (401) Unauthorized.".
XmlDocument object.
xmlDocument.Load("http://localhost/Test.xml");
In return I am getting an exeption; "The remote server
returned an error: (401) Unauthorized.".