Monday, 11 May 2015

Proxy Authentication error when accessing web service using Visual Studio

To configure a Visual Studio project to use your IE / Chrome proxy authenctication settings include these lines in your web.config.
-----------------------------------

<system.net> 
<defaultProxy useDefaultCredentials="true" /> 
</system.net>

No comments:

Post a Comment