Quantcast
Channel: XML and XmlDataSource Control
Viewing all articles
Browse latest Browse all 20

"The remote server returned an error: (407) Proxy Authentication Required" Help please

$
0
0

Friends

I am trying to use rss feed from news web site in my web application. and code i have written for tht is

string path = "http://msdn.microsoft.com/rss.xml";

//"D:\\WebSite\\master pages\\XMLFile.xml"

DataSet ds = new DataSet();

ds.ReadXml(path);

DataList1.DataSource = ds.Tables[

"item"];

DataList1.DataBind();

but when i run the application i get the error message as

The remote server returned an error: (407) Proxy Authentication Required.

please help me.[*-)]


Viewing all articles
Browse latest Browse all 20

Latest Images

Trending Articles





Latest Images