How to configure a Firewall or Proxy Server
- 01 Jul 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
How to configure a Firewall or Proxy Server
- Updated on 01 Jul 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
If you use a proxy server, you have to edit the Web.config
file located in C:\Program Files (x86)\ROVABU Software BV\Setup Commander Service Portal\
Add the following code filled with your proxy server settings:
<system.net><defaultProxy> <proxy usesystemdefault="true" proxyaddress="http://yourproxy:port" bypassonlocal="true" /> </defaultProxy> </system.net>
For more information, check the Microsoft documentation.
Was this article helpful?