Disabling Google Analytics

To disable Google Analytics:

  1. In the REST server where the DataCore Plug-in is installed, navigate to C:\Program Files\DataCore\Rest.
  2. Make the Web.config file editable by unchecking the "Read-only" attribute in Properties.
  3. Add the following key in the <appSettings> section of the Web.config file and save it:

<appSettings>

<add key="EnableGoogleAnalytics" value="false"/>

</appSettings>

  • For this update to be effective, it is recommended to stop and restart the host server in the Internet Information Services (IIS) Manager.
  • To enable Google Analytics, either set the value as "true" in the above code or delete the key from the file.