Files
EDOKA_Client/EDOKA/bin/EDOKA.exe.config_SHU.bak
2021-04-20 07:39:40 +02:00

20 lines
697 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="RemoteObjUrl" value="tcp://192.168.11.10/RCEDKB07WS.rem" />
</appSettings>
<system.runtime.remoting>
<application>
<!-- Define the protocol used for network access.
The protocol must match the component host, but any port is valid.
A port of 0 simply means "dynamically choose an available port." -->
<channels>
<channel ref="tcp" port="0">
<serverProviders>
<formatter ref="binary" typeFilterLevel="Full" />
</serverProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
</configuration>