IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Sitefinity CMS configurations are stored in .config files. By default, these files are located in folder ~/App_Data/Sitefinity/Configuration/. When you have multiple Windows Azure instances or you have a Network Load Balancing with many nodes, you need to have the same configurations for all instances, since Sitefinity CMS does not handle .config file synchronization between different instances. You can store the configurations of different servers in the database. This way, all servers will use the same configurations.
To turn on database storage for configuration files, perform the following:
<
sectionGroup
name
=
"telerik"
>
section
"sitefinity"
type
"Telerik.Sitefinity.Configuration.SectionHandler, Telerik.Sitefinity"
requirePermission
"false"
/>
</
telerik
sitefinity
environment
platform
"WindowsAzure"
sitefinityConfig
storageMode
"Database"
IMPORTANT: You must not remove existing configuration files from the project's ~/App_Data/Sitefinity/Configuration folder, because Sitefinity CMS continues to use them to read the default values. Only new changes are written to the database.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important