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

时间:2014-10-29 09:02:18

标签: visual-studio-2012 tfs proxy proxy-authentication

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

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

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

1 个答案:

答案 0 :(得分:0)

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

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