Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行 WCFTestClient 并为服务生成配置。不幸的是,我落后于代理,我收到407: Proxy Authentication Required
407: Proxy Authentication Required
如何运行 WCFTestClient 来连接代理
不确定它是否会起作用。您可以尝试修改 WCFTestClient.exe.config (您可以找到此文件 - C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE 取决于您的 VS 安装)并添加以下行
<system.net> <defaultProxy useDefaultCredentials="true" /> </system.net>
请确保您有配置文件的备份。希望它有效。