标签: c# asp.net proxy web-config
启用Internet代理时,我无法在localhost上运行asp.net项目。
已将此代码放在web.config上:
<system.net> <defaultProxy useDefaultCredentials="true" > <proxy proxyaddress="http://192.168.2.129:808" bypassonlocal="True" /> </defaultProxy>
但仍然无法在浏览器上显示我的项目。它显示: