http://gurustop.net/blog/2010/08/10/visual-studio-2010-extension-manager-online-gallery-behind-internet-proxy/

 

 

I opened this file in Visual Studio (yes, it’s OK – the effected showed after restarting VS of course):

The section I was looking for is under “<system.net>”. The config file already had this section to enable IPv6 (which is not enabled by default, yet another interesting default and override – I commented the override anyway later).

 

 

    <system.net>
>
          <proxy usesystemdefault="True" />
        </defaultProxy> 

相关文章:

  • 2021-12-07
  • 2022-12-23
  • 2021-04-06
  • 2022-12-23
  • 2021-12-23
  • 2021-08-06
猜你喜欢
  • 2021-11-24
  • 2022-12-23
  • 2021-09-10
  • 2021-08-16
  • 2021-04-11
相关资源
相似解决方案