Timeout error when loading Xml from URL

vintage

New Member
I am doing task of loading the live xml file (from live url) to XmlDataDocument, but every time I am getting error:\[quote\] The operation has timed out\[/quote\]The code is as follows, The url containing the xml feeds , I want to load it into xmlDoc. \[code\]XmlDataDocument xmlDoc = new XmlDataDocument();xmlDoc.Load("http://www.globalgear.com.au/productfeed.xml");\[/code\]Please suggest any solution.
 
Back
Top