XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
Difference between revisions of "XLCubed Web Portal"
Line 13: | Line 13: | ||
<httpRuntime ... targetFramework="4.5" /> | <httpRuntime ... targetFramework="4.5" /> | ||
</pre> | </pre> | ||
+ | |||
+ | You will also need to be using a [[SQL Repository]]. | ||
Now when you browse to your XLCubed Web site, you will see the new portal. | Now when you browse to your XLCubed Web site, you will see the new portal. |
Revision as of 14:38, 18 October 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" />
You will also need to be using a SQL Repository.
Now when you browse to your XLCubed Web site, you will see the new portal.