Visual Studio Error: (407: Proxy Authentication Required)

前端 未结 13 1705
攒了一身酷
攒了一身酷 2020-12-02 09:28

I am behind a corporate proxy server which requires credentials. I have been trying to connect to a TFS server (on tfspreview.com) with MS Visual Studio Pro 2012

13条回答
  •  粉色の甜心
    2020-12-02 10:02

    The solution that worked for me in both Visual Studio 2013 and Microsoft Test Manager (MTM) was to ensure that both devenv.exe.config and mtm.exe.config included this configurations section:

    
        
            
            
        
        
            
        
    
    

    MTM did not have a system.net setting and the whole section was added immediately following the closing xml tag .

提交回复
热议问题