Try our conversational search powered by Generative AI!

How to Use XmlPageProvider  

Product version:

EPiServer CMS 5 R2 SP2

Document version:

1.0

Document last saved:

This document describes how to use the XmlPageProvider that can be downloaded for EPiServer CMS 5 R2. EPiServer CMS 5 R2 is a prerequisite for this installation.

Follow the steps below to install the XmlPageProvider:

  1. Unzip XmlPageProvider.zip.
  2. Create a new EPiServer CMS project in Visual Studio.

      
  3. Add existing project to the solution.

      
  4. Browse to the XmlPageProvider directory and click Open.
  5. Add a reference to your EPiServer CMS project.

      
  6. Create a new xml file and add <pages> root node to it. It will serve as your external repository for the pages.

      
  7. Configure your page provider in web.config as described in the Page Providers tech note and use you new external EPiServer CMS page provider.