如何设置IIS进程的代理设置?

Ily*_*gin 9 iis proxy iis-7.5

我通过http代理连接互联网,我在localhost的一些web应用程序需要访问互联网.我在哪里可以为它们设置代理设置?

Ily*_*gin 31

所有我需要的是设置system.netweb.config

<system.net>
    <defaultProxy>
      <proxy
        proxyaddress="http://10.0.2.231:42"
        bypassonlocal="true"
      />
    </defaultProxy>
</system.net>
Run Code Online (Sandbox Code Playgroud)

请参阅:元素(网络设置).