Page History
...
Following the product installation and before running the Configuration Wizard, please do the following:
- Configure a public DNS name for the CardioLog server.
- 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.
- Verify that you have a user account with the Site Collection administrator permissions.
- 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.
- In [CardioLog Installation Folder]\CardioLogAgent\Web.config, set the "overwriteConnectedUser" parameter to "true":
<add key="overwriteConnectedUser" value="true" /> - Verify that the CardioLog Tracking Agent web application is accessible over the internet.
- 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.
...