XmlDocument Load - 401 Unauthorized?

robszar

Member
Joined
Mar 23, 2009
Messages
8
Programming Experience
Beginner
i get a (401) Unauthorized every time I try and access my XML from URL

Dim doc As New Xml.XmlDocument
doc.Load("http://sharepointtest/Shared%20Documents/xml.xml")

permissions are setup fine, I can access the xml via browser fine, any ideas?
 
forget it, it was the URL name or sharepoint permissions or something, but I moved the xml to another site and it worked.
 
Back
Top