Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Getting XML thru windows authentication


Message #1 by =?iso-8859-1?Q?Nicolai_Skovmose_S=F8rensen?= <nss@j...> on Tue, 16 Apr 2002 16:53:47 +0200
I need to get some xml from a content provider of ours, but I also need to
to set windows credentials to do it...

Usually I would just do it like this

System.Xml.XmlDocument myXMLDoc = new XmlDocument();
myXMLDoc.Load(this.strXMLPath);

where strXMLPath is my URL.

Now im sure you can do it, just not sure how exactly so any help would be
appreciated :)

Regards
Nicolai

  Return to Index