• Home
  • Projects
Koz.TV
  • Home
  • Projects

Add proxy settings to IIS Applications with web.config

To set proxy settings for your IIS Application, just add following block to your web.config file:

<system.net>
    <defaultProxy>
      <proxy proxyaddress="http://192.168.0.1:8080" bypassonlocal="true" />
    </defaultProxy>
</system.net>

Put your proxy server settings in field “proxyaddress” .

Share:
Mikhail Kozlov Administrator
March 28, 2017
IIS, Server configuration
Older Post Useful redmine plugins and how to install them in bitnami redmine
Newer Post Useful telegram bot commands
  • Telegram
  • Facebook
  • LinkedIn
  • Instagram

© 2014...2022
[email protected]