MDrivenServerOverride
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
The MDrivenServerOverride.xml file is placed in the App_data of the TurnkeyServer and overrides the default server/__MDrivenServer location of the MDrivenServer.
The MDrivenServerOverride.xml file is placed in the App_data of the TurnkeyServer and overrides the default server/__MDrivenServer location of the MDrivenServer.


Also, see the [[HardServerUrl]] setting for the MDrivenServer:
Also, see the [[Documentation:HardServerUrl|HardServerUrl]] setting for the MDrivenServer:
  <root>
  <root>
   <MDrivenServerOverride MDrivenServerPWD="thepwd"><nowiki>https://TheUrl</nowiki></MDrivenServerOverride>
   <MDrivenServerOverride MDrivenServerPWD="thepwd"><nowiki>https://TheUrl</nowiki></MDrivenServerOverride>
Line 9: Line 10:
When connecting a server to a modlr file in order to quickly prototype:
When connecting a server to a modlr file in order to quickly prototype:
  <MDrivenServerOverride PrototypeWithMDrivenDesignerInPath="c:\temp\dummy.modlr" CopyAssetsTKOnStart="True"></MDrivenServerOverride>
  <MDrivenServerOverride PrototypeWithMDrivenDesignerInPath="c:\temp\dummy.modlr" CopyAssetsTKOnStart="True"></MDrivenServerOverride>
You can also instruct the TurnkeyServer to grasp the CodeDress from a specific path. Read more here: [[Turnkey debug]]
You can also instruct the TurnkeyServer to grasp the CodeDress from a specific path. Read more here: [[Documentation:Turnkey debug|Turnkey debug]]
[[Category:MDriven Server]]
[[Category:MDriven Server]]
{{Edited|July|12|2025}}

Latest revision as of 04:58, 27 January 2025

This page was created by Hans.karlsen@mdriven.net on 2021-08-31. Last edited by Stephanie@mdriven.net on 2025-01-27.

The MDrivenServerOverride.xml file is placed in the App_data of the TurnkeyServer and overrides the default server/__MDrivenServer location of the MDrivenServer.

Also, see the HardServerUrl setting for the MDrivenServer:

<root>
  <MDrivenServerOverride MDrivenServerPWD="thepwd">https://TheUrl</MDrivenServerOverride>
</root>

When connecting a server built with .net Core to a server built with .NetFramework, the SignalR versions are regrettably incompatible. Your best bet is to turn it off like this:

<MDrivenServerOverride MDrivenServerPWD="somepwd" SkipSignalR="true">https://SomeServer</MDrivenServerOverride>

When connecting a server to a modlr file in order to quickly prototype:

<MDrivenServerOverride PrototypeWithMDrivenDesignerInPath="c:\temp\dummy.modlr" CopyAssetsTKOnStart="True"></MDrivenServerOverride>

You can also instruct the TurnkeyServer to grasp the CodeDress from a specific path. Read more here: Turnkey debug