Network Management
Orion Web Console menu bar disappears after you enable the web proxy settings
How to resolve an issue where enabling the web proxy settings in the Orion Web Console causes the menu bar in the console to disappear intermittently.
First published date
Last published date
Overview
Product section
Cause
Resolution
- Log on or remote desktop to the Orion Platform server
- Navigate to:
C:\\inetpub\<bindingname> - For example:
C:\\inetpub\SolarWinds - Open the web.config file in a text editor (such as Notepad ++)
- Add the following code directly above '</configuration>' (should be at the very bottom of the web.config file):
<system.net> <defaultProxy> <proxy usesystemdefault="true" bypassonlocal="true" /> <bypasslist> <!-- replace with customer's real machine name/address --> <add address="orion-machine-address" /> </bypasslist> </defaultProxy> </system.net>
- Save and close the file
- Restart the Orion Web Service using Start and stop Orion services