Try our conversational search powered by Generative AI!

Version: Episerver CMS 6 R2        Date: April 4, 2011

This is a console application project containing code samples showing how to use the features of Dynamic Data Store in Episerver CMS 6 R2.

Prerequisites

Episerver CMS 6 R2 needs to be installed on your machine in order to run the examples.

Installation instructions

  1. Unpack the zip and open the project in Visual Studio.
  2. Set up a new EPiServer CMS 6 R2 database using the "Install SQL Server database" option in Episerver Deployment Center. It is recommended that you set up a separate database for use with the sample project, this is to avoid cluttering your development database with sample data.
  3. Modify the connection string in the project's app.config file so that is points to the new database.

See the Dynamic Data Store document for further information regarding the code samples.