User: System administrator, Developer
Prerequisites
- knowledge of ASP.NET
- intermediate knowledge/experience of Futurama
Introduction
In the installation directory of the Futurama Vision Managementsite, a configuration file can be placed. Using this file the behavior of ASP.Net can be regulated. In this file also custom made sections can be configured. This page offers an overview.
Description
In the installation directory of the Futurama Vision Managementsite, a configuration file can be placed. Using this file the behavior of ASP.Net can be regulated. For example setting the authentication mode. Apart from these industry wide settings also a number of specific Futurama Vision settings can be made in the configuration file. This can be done by adding a number of sections to the config file. Within these sections a number of settings can be defined that influence the behavior of Futurama Vision. These custom made settings can be read and used by Futurama Vision. In this chapter these settings are described. More detailed information for each of the settings can be found in the subchapters.
General structure
Within the element a <sectiongroup name="visionSettings"> has to be included. Within this sectionGroup the different sections can be defined. Below an example of this configuration:
<configSections>
<sectionGroup name="visionSettings">
<section name="log" type="ActuIT.Futurama.Library.LogSection, ActuIT.Futurama.Library, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
<section name="mail" type="ActuIT.Futurama.Vision.Business.MailSection, ActuIT.Futurama.Vision.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
<section name="filemanager" type="ActuIT.Futurama.Vision.Config.FilemanagerConfigSection, ActuIT.Futurama.Vision.Business"/>
<section name="security" type="ActuIT.Futurama.Vision.Config.SecurityConfigSection, ActuIT.Futurama.Vision.Business"/>
<section name="format" type="ActuIT.Futurama.Vision.Business.FormatSection, ActuIT.Futurama.Vision.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
</sectionGroup>
</configSections>
Next to this code, within the <configuration> element a <visionSettings> element has to be included (the element name is the same name as the sectionGroup name mentioned above. Within this <visionSettings> element for each of the sesctions that are defined within the sectionGroup the specific settings can be chosen.
Feedback
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.