S
Santel
Hi,
If I use the below code, I am receiving 'unauthorized' error in
DownloadData() method.
using (WebClient blockingClient = new WebClient())
{
byte[] atomBytes = blockingClient.DownloadData("http://
www.myserver.com/download/test.atom");
}
Can anyone please suggest! Do I have to do anything with server IIS
wrt atom file?
If I use the below code, I am receiving 'unauthorized' error in
DownloadData() method.
using (WebClient blockingClient = new WebClient())
{
byte[] atomBytes = blockingClient.DownloadData("http://
www.myserver.com/download/test.atom");
}
Can anyone please suggest! Do I have to do anything with server IIS
wrt atom file?