I wrote a xml grabber to receive/decode xml files from website. It works fine mostly but it always return error:
\"The remote server returned an e
Is your request going through a proxy server? If yes, add the following line before your GetResponse() call.
GetResponse()
webRequest.Proxy.Credentials = System.Net.CredentialCache.DefaultCredentials;