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.
23 lines
616 B
23 lines
616 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.runtime.remoting>
|
|
<application>
|
|
|
|
<!-- Define the remotable object. -->
|
|
<service>
|
|
<wellknown
|
|
mode = "SingleCall"
|
|
type="EDKB07WS.RCVerarbeitung, EDKB07WS"
|
|
objectUri="RCEDKB07WS.rem" />
|
|
</service>
|
|
|
|
<!-- Define the protocol used for network access.
|
|
You can use tcp or http channels. -->
|
|
<channels>
|
|
<channel ref="tcp" port="8000">
|
|
</channel>
|
|
</channels>
|
|
|
|
</application>
|
|
</system.runtime.remoting>
|
|
</configuration> |