Skip to content

Instantly share code, notes, and snippets.

@rodrigokono
Created February 10, 2012 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodrigokono/1792014 to your computer and use it in GitHub Desktop.
Save rodrigokono/1792014 to your computer and use it in GitHub Desktop.
<system.net>
<defaultProxy useDefaultCredentials="true" enabled="true">
<proxy usesystemdefault="True" />
</defaultProxy>
<settings>
<ipv6 enabled="true"/>
<servicePointManager expect100Continue="false" />
</settings>
</system.net>
@rodrigokono
Copy link
Author

Ativando o VS2010 para usar o proxy padrão.
Atualizar no arquivo: C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe.config

  • é preciso estar com o VS2010 em modo ADM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment