MDrivenServerOverride
(Created page with "The MDrivenServerOverride.xml file is placed in app_data of the turnkey server and overrides the default server/__MDrivenServer location of the MDrivenServer. Also see the ...")
 
No edit summary
Line 5: Line 5:
   <MDrivenServerOverride MDrivenServerPWD="thepwd"><nowiki>https://TheUrl</nowiki></MDrivenServerOverride>
   <MDrivenServerOverride MDrivenServerPWD="thepwd"><nowiki>https://TheUrl</nowiki></MDrivenServerOverride>
  </root>
  </root>
When connecting a server built with .net Core to a server built with .NetFramework the SignalR versions are regretfully incompatible. You best bet is to turn in off like this:
<MDrivenServerOverride MDrivenServerPWD="somepwd" SkipSignalR="true">https://SomeServer&#x3C;/MDrivenServerOverride>
When connecting a server to a modlr file in order to quickly prototype:
<MDrivenServerOverride PrototypeWithMDrivenDesignerInPath="c:\temp\dummy.modlr" CopyAssetsTKOnStart="True"></MDrivenServerOverride>

Revision as of 10:46, 8 September 2021

The MDrivenServerOverride.xml file is placed in app_data of the turnkey server 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 regretfully incompatible. You best bet is to turn in 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>
This page was edited 97 days ago on 02/10/2024. What links here