09-25-2023, 05:35 AM
BTW, if your executable is named YourApplication.exe and you have an
YourApplication.ini
file in the same directory, the ServerController will load all properties from it automatically, as long as ServerController.AutoLoadIniSettings = True and the property exists. The format for it would be:
[ServerController]
AppName=MyApp
Description=My IntraWeb Application
DisplayName=IntraWeb Application
YourApplication.ini
file in the same directory, the ServerController will load all properties from it automatically, as long as ServerController.AutoLoadIniSettings = True and the property exists. The format for it would be:
[ServerController]
AppName=MyApp
Description=My IntraWeb Application
DisplayName=IntraWeb Application