Setup & Configuration

Download ElasticWCM Demo Visual Studio Projects

The best way to learn ElasticWCM is to register for free subscription and play with demo projects. ElasticWCM Demo Visual Studio projects demonstrate most important features and concepts of ElasticWCM.

Download Demo Projects here.

There are three projects in the package:

  • ElasticWCM_Simple - basic content management and page publishing
  • ElasticWCM_Expanded - advanced multilingual content management, manageable navigation menus, Resilience feature with local Fallback Content Store
  • ElasticWCM_Permissions - configuring user content management permissions for multiple departments with multiple roles in multiple languages separately for every content field.

To run these projects you need to modify web.config file - copy and paste your own Environment Key from the ElasticWCM Dashboard.

If you don't do that you'll see a warning at the bottom of the page where PageToolbar control is placed:

Here is an example of how Environment Key might look (example only, not a real key)

<appSettings>
 <add key="ElasticWCM_Cloud_Key" value="Production_378210-121737-A07nUXPFjoTKnjzVR7smIgZz8QZcCUTu357=="/>
</appSettings>

Next step - learn ElasticWCM basic content management features with ElasticWCM_Simple project.