Disable CMP or DAM functionality

Version: 5.2

By default, installing the Sitecore Connect for Content Hub (SCCH) enables both the Sitecore CMP and DAM functionality. If you do not require either of them you can disable them.

To disable CMP or DAM:

  1. Navigate to your content management folder. By default this is located at wwwroot. Open the web.config file for editing.

  2. To disable the CMP functionality, change the following value from yes to no:

    RequestResponse
    <add key="cmpEnabled:define" value="yes"/>
  3. To disable the DAM functionality, change the following value from yes to no:

    RequestResponse
    <add key="damEnabled:define" value="yes"/>
  4. Save the file. Refresh your browser.

Do you have some feedback for us?

If you have suggestions for improving this article,