Anything Goes Tech
My compilation of any tech stuff. Was useful for me could be useful for you.
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>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)