Quantcast
Viewing latest article 20
Browse Latest Browse All 20

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

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 latest article 20
Browse Latest Browse All 20

Trending Articles