I am working on a website, in which I am retrieving XML data from an external URL, using the following code
WebRequest req = WebRequest.Create(\"External se
@Mohit Agarwal
Many thanks for suggesting adding ' useDefaultCredentials="true" ', you're a star!
I have been trying to get the .NET library for the Google Data API sample exe's working for weeks without success. Adding your suggestion fixed my problem and I now get a connection instead of 407 Proxy Authentication Required.
speadsheet.exe.config contents need to be:
In my case NOT as Google suggest:
http://code.google.com/p/google-gdata/wiki/WebProxySetup