Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Following the product installation and before running the Configuration Wizard, please do the following:

  1. Configure a public DNS name for the CardioLog server.
  2. If you have a secured SharePoint Online site, create a certificate (Requires purchase of an SSL certificate from a certificate authority) for the CardioLog server and configure SSL for the CardioLog web application.
  3. Verify that you have a user account with the Site Collection administrator permissions.
  4. Verify that the CardioLog Tracking Agent web application supports Anonymous Access - Click by clicking the CardioLogAgent web application in IIS, choose Authentication, enable Anonymous Authentication and disable Windows Authentication.
  5. In [CardioLog Installation Folder]\CardioLogAgent\Web.config, set the "overwriteConnectedUser" parameter to "true"

    <add key="overwriteConnectedUser" value="true" />

  6. Verify that the CardioLog Tracking Agent web application is accessible over the internet.
  7. In [CardioLog Installation Folder]\CardioLogAgent\Web.config, set the "CardioLogAgentRoot" parameter to the public DNS name and appropriate protocol. For example:

    <add key="CardioLogAgentRoot" value="http[s]://cardiolog.mycompany.com" />

    Note: The URL should be accessible over the internet.

...