Appendix: Web.config Proxy Settings

This section describes updating the Web.Config File if there is a proxy in the environment.

To set the default .NET Proxy Settings you will need to edit the web.config file in the OneStream Web Server Directory located in the following path:

C:\Program Files\OneStream Software\OneStreamWebRoot

  1. Open the Web.Config file using a text editor

  2. Add the following section to the file:

       <system.net>
         <defaultproxy>
         <proxy proxyaddress= "http://proxyserver" bypassonlocal= "true" usesystemdefault="false">
         </proxy>
           </defaultproxy>
        </system.net>

    A screenshot of a social media post

Description generated with very high confidence

    This can also be referenced from the following Microsoft document:https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file- schema/network /defaultproxy-element-network-settings

  3. Save the changes to the web.config file

  4. Recycle IIS on the web server for the change to take effect

This will be required if you have a proxy server that is required to access the internet from the OneStream Web/Application Servers in the environment if you are using Azure SSO to successfully resolve the external Microsoft address for logon (Login.microsoft.net).