2014-10-29 76 views
0

我在MSDN上搜索過,但我找不到如何在Visual Studio 2012配置文件上配置代理的用戶名和密碼。 我發現這一點:如何爲Visual Studio 2012配置代理憑據?

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

是否有指定的用戶名和密碼的方法嗎? 謝謝

+0

我不知道答案(上述作品[我](http://taeguk.co.uk/blog/working-in-visual-studio-behind-the-firewall/)),但那裏是一個名爲[CNTLM]的本地代理(http://cntlm.sourceforge.net/),如果其他所有失敗都可以使用。 – DaveShaw 2014-10-29 10:59:06

回答

0

在Internet Explorer(工具/ Internet選項/連接/ LAN設置/代理服務器)中設置代理並將代理的憑證保存在憑證存儲(Control Panel\All Control Panel Items\Credential Manager)中。 請注意,在IE中設置代理時,高級按鈕允許您控制哪個URL通過代理,哪些不通過代理。

絕對不需要觸摸Visual Studio配置文件。