I got this error , it is very amazing for me because sometimes it works and sometimes it throws me error. Actually firewall needs your credentials to verify you so, use this code snippet .
WebProxy wbProxy = new WebProxy();
wbProxy.Credentials = CredentialCache.DefaultCredentials;
objService.Proxy = wbProxy;
It works for me!!
1 comment:
Salaam Nazish,
Hope you're doing good, just came across your blog through asp.net website and contacted you to stay in touch and let you know that I'm also a .NET dev based in Dubai and maintain a blog at http://blog.zubairahmed.net
-Zubair
Post a Comment