Initial commit
This commit is contained in:
23
EDKB07WS/obj/Debug/old/EDKB07WS.exe.config
Normal file
23
EDKB07WS/obj/Debug/old/EDKB07WS.exe.config
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user