Initial commit
This commit is contained in:
20
EDOKA/bin/EDOKA.exe.config_SHU.bak
Normal file
20
EDOKA/bin/EDOKA.exe.config_SHU.bak
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user