Ektron CMS Strategy Samples

  • Updated

This sample is to provide a quick method of deployment for the Ektron CMS strategies. The sample contains the follow strategies:

  • Blog Strategy
  • Content Strategy
  • Library Strategy
  • Taxonomy Strategy
  • User Strategy

How to set up these files:

  1. Place the strategy class files for this sample in the App_Code folder under site root.  Typically found at the following path: C:\inetpub\wwwroot\Your Site Name\App_Code
  2. Make a backup of the ObjectFactory.config which is found in site root like C:\inetpub\wwwroot\Your Site Name.
  3. Add the ObjectFactory.config from the sample to site root.
  4. Then re-add any custom strategies from the original configuration.

This sample also contains the ObjectFactory.config file with the namespaces for each one of the strategies.

Code Sample