Enable CMP or DAM
Version: 5.1
Installing Sitecore Connect for Content Hub (SCCH) disables both Sitecore Digital Asset Management (DAM) and Sitecore Content Management Platform (CMP). You must re-enable CMP or DAM if you require the functionality they provide.
To enable CMP or DAM:
-
On your Content Management server, open the
web.config
file. The default location iswwwroot/web.config
-
Enable DAM or CMP functionality:
-
To enable DAM, change the configuration as follows:
<add key="damEnabled:define" value="yes"/>
-
To enable CMP, change the configuration as follows:
<add key="cmpEnabled:define" value="yes"/>
-
-
Save the file, and refresh your browser window.