Category Archives: Administration

Sitecore Include Files – Part 2

In an earlier blog post, I discussed using Sitecore include config files and gave some real world examples.  This post will highlight more features of include files and provide additional examples.

Posted in Administration, Configuration, Sitecore | Leave a comment

Using the Sitecore Link Database

The Sitecore Link database has many uses.  If you are unfamiliar with the Link database, it stores references between Sitecore items.

A few examples include:

  • The template for an item
Posted in Administration, Development, Sitecore | Tagged , | Leave a comment

Sitecore Include Files – Part 1

Starting with Sitecore 6, settings in the configuration/sitecore section of the web.config can be placed in separate files under the App_Config\Include folder and they will be automatically merged at runtime.  You can check out this link on SDN or this link on Brian Pedersen’s blog for more information.  I won’t duplicate what is already posted, but I would like to provide additional information based on my experiences as well as some “real world” examples.

Posted in Administration, Configuration, Sitecore | 1 Comment