如何为Visual Studio 2012配置代理凭据



我在MSDN上搜索过,但在Visual Studio 2012配置文件中找不到如何配置代理的用户名和密码。我发现了这个:

<defaultProxy enabled="true" useDefaultCredentials="true">
 <proxy bypassonlocal="True" proxyaddress="http://<yourproxy:port#>"/>
</defaultProxy>

有没有办法指定用户名和密码?感谢

在Internet Explorer(工具/Internet选项/连接/LAN设置/代理服务器)中设置代理,并将代理的凭据保存在凭据存储(Control PanelAll Control Panel ItemsCredential Manager)中。请注意,在IE中设置代理时,"高级"按钮允许您控制哪个URL通过代理,哪个不通过。

绝对不需要触摸Visual Studio配置文件。

相关内容

  • 没有找到相关文章

最新更新