To run the Security Server application, you must add or update the <appSettings>
section in the Configuration file.
- For Microsoft Windows applications, open the
app.config
file for editing.
For Web applications, open the web.config
file for editing.
- 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>