Updating the Configuration File

To run the Security Server application, you must add or update the <appSettings> section in the Configuration file.
  1. For Microsoft Windows applications, open the app.config file for editing.
    For Web applications, open the web.config file for editing.
  2. Ensure the <appSettings> section is added/updated as follows:
    <appSettings>
       <add key="FidelioBkPassword" value="" />
       <add key="KEKKey" value="" />
       <add key="ServiceUrl" value=" https://<machine_name>/FMSSecurityServer/FCTransactionsService.asmx" />
    </appSettings>