XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "XLCubed Web Portal"

(Created page with "=Enabling the new portal= To enable this feature, make the following updates to the web.config file: Under <appSettings> <pre> <add key="UseNewPortal" value="true" /> </pre>...")
 
Line 1: Line 1:
 
=Enabling the new portal=
 
=Enabling the new portal=
 +
Available from v10.0.144.
 +
 
To enable this feature, make the following updates to the web.config file:
 
To enable this feature, make the following updates to the web.config file:
  

Revision as of 10:03, 22 September 2022

Enabling the new portal

Available from v10.0.144.

To enable this feature, make the following updates to the web.config file:

Under <appSettings>

<add key="UseNewPortal" value="true" />

Update the <httpRuntime> tag

<httpRuntime ... targetFramework="4.5" />

Now when you browse to your XLCubed Web site, you will see the new portal.

WebPortal1.png
WebPortal1 mobile.png