Hello,
I was writing an asp.net utility(console application) to fetch an image from a URL. During development i faced the following message:
The remote server returned an error: (407) Proxy Authentication Required.
The solution is we need to place a app.config file to the project and add the following nodes
defaultProxy useDefaultCredentials="true"
Hope it helps...
No comments:
Post a Comment