Work with the Management Console

About this task

The Sunrise Patient Portal™ Management Console displays the various configuration settings for the Sunrise Patient Portal™ site. The values in the fields are pulled from the corresponding web.config file keys. Use the Management Console as an alternative to manually editing the web.config file. Any changes you save in the Management Console are automatically updated in the web.config file.

Procedure

  1. To update the Sunrise Patient Portal™ Management Console settings, enter values in the boxes displayed in the Management Console.
  2. To view a description for a field, do the following:
    1. Click the icon.

      A pop-up window opens, displaying a description of the field.

    2. Click Close to close the pop-up window.
  3. When you are finished, click Save Configuration to save your changes.

Update Sunrise Patient Portal configuration in multiple environments

About this task

If you are hosting Sunrise Patient Portal™ in multiple environments, you can configure the Management Console to apply all configuration changes to the site in each environment. To do this, you must add each environment in which you want the Management Console settings to apply to the [PortalEnvironments] key in the web.config file. Afterwards, when you update the Sunrise Patient Portal™ Management Console from any of the environments specified in the [PortalEnvironments] key, your changes are applied to all the environments.

Procedure

  1. Open the web.config file from the installation directory on the application server.
  2. Add the details for each environment in the following section, replacing the italicized text with your environment information: [PortalEnvironments] [Environments] [add key="env1" value="https://hosturl1"][/add] [add key="env2" value="https://hosturl2"][/add] [/Environments] [/PortalEnvironments]
  3. When you are finished, save and close the web.config file.