Enable RPC Security
- Last UpdatedJan 13, 2022
- 1 minute read
The user must modify the GlobalWCFClient.config to enable RPC functionality in the base product.
An advanced user can edit the content of the GlobalWCFClient.config file directly.
Locate the following GLOBAL_PROTOCOL key:

The user can toggle the value between WCF or RPC.
Set the value to RPC to use RPC as the authentication provider.
<add key="GLOBAL_PROTOCOL" value="RPC" />
Important:
If the GLOBAL_PROTOCOL key is not present in the configuration file then the default of WCF will be used.
Note:
The user must close and re-open the base product if the communication method is changed.