Changes
/* Enterprise Service */
** Open UBIK.EnterpriseService.exe.config:
* Find “appSettings” session, configure all necessary information, and add "ContentControllerConfigPath" to the end :
<codesource lang = "xml">
<appSettings>
<!-- System.Diagnostics.ProcessWindowStyle: Normal = 0, Hidden = 1, Minimized = 2, Maximized = 3 -->
'''<add key="ContentControllerConfigPath" value="C:\UBIK\CUI.ES.Config\ContentController.json" />'''
</appSettings>
</codesource>
'''Make sure ContentController.json exist.'''
* Open ContentController.json, change the content base on the requirement: