You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
696 B
20 lines
696 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="RemoteObjUrl" value="tcp://localhost/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="8000">
|
|
<serverProviders>
|
|
<formatter ref="binary" typeFilterLevel="Full" />
|
|
</serverProviders>
|
|
</channel>
|
|
</channels>
|
|
</application>
|
|
</system.runtime.remoting>
|
|
</configuration> |