<configuration>
<system.runtime.remoting>
<application name = "Client">
<client>
<wellknown type="RemotingObjServer.Adder,ObjServer"
url="http://localhost:65100/Service1.rem" />
<wellknown type="RemotingObjServer.Multiplier,ObjServer"
url="http://localhost:65100/Service2.rem" />
</client>
<client url="http://localhost:65100/">
<activated type ="RemotingObjServer.Divider,ObjServer"/>
</client>
</application>
</system.runtime.remoting>
</configuration>