A
Aravind C
Hi Ram,
You could try setting the Credentials property of the WebClient.
WebClient webClient = new WebClient();
webClient.Credentials = new System.Net.NetworkCredential("UserName",
"Password", "Domain");
Regards,
Aravind C
You could try setting the Credentials property of the WebClient.
WebClient webClient = new WebClient();
webClient.Credentials = new System.Net.NetworkCredential("UserName",
"Password", "Domain");
Regards,
Aravind C