Injecting the Core server command line parameters via file
(Replacing message template with parser tag)
No edit summary
Line 1: Line 1:
<message>Write the content here to display this box</message>
<message>Write the content here to display this box</message>
In the applications put a file named  
In the applications, put a file named  
  App_Data/CommandLineOverride.xml
  App_Data/CommandLineOverride.xml
This file - if found - will be read as xml and used as parameters.
This file - if found - will be read as xml and used as parameters.
Line 11: Line 11:
   <arg>iis=<nowiki>https://localhost/TKDebug</nowiki></arg> // probably the only param you send for IIS hosting  
   <arg>iis=<nowiki>https://localhost/TKDebug</nowiki></arg> // probably the only param you send for IIS hosting  
  </root>
  </root>
The file is practical since it will enable you to just unzip a fresh version of the server software into the old location - and this will will stay untouched - and the server is ready to start with these settings
The file is practical since it will enable you to just unzip a fresh version of the server software into the old location. This will will stay untouched - and the server is ready to start with these settings.
{{Edited|July|12|2024}}
{{Edited|July|12|2024}}

Revision as of 05:45, 12 September 2024

In the applications, put a file named

App_Data/CommandLineOverride.xml

This file - if found - will be read as xml and used as parameters.

Example of valid input:

<root>
  <arg>port=5020</arg>
  <arg>nohttps</arg>
  <arg>host=localhost</arg>
  <arg>iis=https://localhost/TKDebug</arg> // probably the only param you send for IIS hosting 
</root>

The file is practical since it will enable you to just unzip a fresh version of the server software into the old location. This will will stay untouched - and the server is ready to start with these settings.

This page was edited 7 days ago on 09/12/2024. What links here