<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.runtime.remoting>
<application>
<service>
<wellknown
mode="Singleton"
type="MyRemoting.Multiplier,
MyRemoting"
objectUri="Multiplier.rem"
/>
</service>
<channels>
<channel ref="tcp" port="8989"/> <!-- íà ³íøîìó ñåðâåð³ ïîðò 8990 -->
</channels>
</application>
</system.runtime.remoting>
</configuration>