Installation - step six 

Activate HTTP Cleanup 

After this step the web.config file of the BKS WebApplication is configured correctly.

The BKS offers the ability to clean the HTTP response of the server before sending it to the client. To activate this module the following entries in the web.config are necessary:

------------ REGISTER FILTER MODULE ---------------------------
...
  <httpModules>
      ...
      <add name="MOSSCleanupModule" type="By1eEurope.BKS.Controls.MOSSCleanupModule, By1eEurope.BKS.Controls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=10f79a810554359d" />
  </httpModules>
...


------------ PARAMETERS FOR FILTER MODULE ------------------

...
  <appSettings>
    <add key="CleanupConfig" value="/Config/CleanupConfig.xml" />
    <add key="CleanupCacheDays" value="0.5" />
    ...
  </appSettings>
...



The file referenced from this configuration is uploaded to the BKS SiteCollection when it is created.