Client ID

The Client ID value is auto-generated by the Update Controller, based on the PC hardware and the complete path location of the hosting executable.  The Client ID value can be viewed by:

      Inspecting the ClientID property of the AppLife Update Controller embedded in the host application

      Viewing the Client Details page of the AppLife Server Dashboard

 

Note: The ClientID algorithm changed in version 1.3.0.0 due to the potential of duplicity in environments where HDD replication is in use for system setups.  If you are using Client IDs in Access Lists and prefer to continue using Legacy Client IDs, add the following to your server Application Configuration.

                         

                          <appSettings>

                                  <add key="UseLegacyClientId" value="true"/>

                          </appSettings>