Edition: Futurama Website
Module: Futurama Insight
User: System administrator
Description
While developing a Futurama Website application, an option is to use the Futurama Insight module. At this page you can find the steps to install this module.
Download
Not applicable. Futurama Insight is a module of Futurama Website and it is automatically installed when installing Futurama HTML.
Installation
In Futurama HTML, the default.config (that needs to be renamed to web.config) should already have the following steps installed.
If this is not the case, certain changes have to be made to the configuration of the web.config to enable Insight.
In the web.config two parts of code need to be added:
The first part to be added should be placed in the section:
<configSections>
<sectionGroup name="futuramaSettings">
<section name="debug" type="ActuIT.Futurama.Config.DebugSection, ActuIT.Futurama.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
</sectionGroup>
</configSections>
This will allow the following piece of code to be added.
The next part to add is the following code in the section :
<futuramaSettings>
<debug insight="true"/>
</futuramaSettings>
By setting insight=”true” you enable Insight.
This part of the code is linked to the debugging capability of Futurama. To find out more about this capability, you can read the chapter configuration debug.
Testing
The installation and the configuration can be tested. See below how to test. If you encounter problems, check the chapter 'Troubleshooting'.
Activate Futurama Insight
Futurama Insight can be activated by opening your Futurama webapplication and press Shift-F9.
Troubleshooting
If you encounter problems with the installation check the sections below.
Futurama Insight cannot be activated
If Futurama Insight cannot be activated check whether 'insight' is enabled in the web.config of your application. If 'insight' is enabled in the web.config check whether you have the license to use Futurama Insight. This is defined in the license file that is installed in the installation folder of Futurama HTML.
Feedback
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.