P
piyush mahajan
Hi
I am using webclient downloadfile method to download a file from server Like
using system.net;
WebClient web = new WebClient();
web.DownloadFile("webaddress/filename.txt", "E:\\");
for a while it works fine but now it gives error as
401 : UnAuthorized
Submitted via EggHeadCafe - Software Developer Portal of Choice
Sending SMTP email from within BizTalk Orchestration
http://www.eggheadcafe.com/tutorial...f-1716445b26bc/sending-smtp-email-from-w.aspx
I am using webclient downloadfile method to download a file from server Like
using system.net;
WebClient web = new WebClient();
web.DownloadFile("webaddress/filename.txt", "E:\\");
for a while it works fine but now it gives error as
401 : UnAuthorized
Submitted via EggHeadCafe - Software Developer Portal of Choice
Sending SMTP email from within BizTalk Orchestration
http://www.eggheadcafe.com/tutorial...f-1716445b26bc/sending-smtp-email-from-w.aspx