<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <system.runtime.remoting>
        <application>
            <service>
                <wellknown mode="Singleton" type="MemeoRemoteCore.RemoteServerImpl, MemeoRemoteCore" objectUri="RemotableUri"/>
            </service>
            <channels>
              <channel ref="ipc" portName="SmartWareRChannel" authorizedGroup="Users">
                <serverProviders>
                  <formatter ref="binary" typeFilterLevel="Full" />
                </serverProviders>
              </channel>
            </channels>
        </application>
    </system.runtime.remoting>
</configuration>
