<configuration>
  <system.runtime.remoting>
    <application>

      <channels>
         <channel ref="http" port="0">
              <clientProviders>
				<formatter ref="binary"/>
			</clientProviders>
           </channel> 
      </channels>

      <client>
        <wellknown type="SharedObjects.ICommunicationManagerMT5, SharedObjects"  
		url="http://localhost:5555/CommunicationManagerMT5.rem" />
      </client>
		 
    </application>
  </system.runtime.remoting>
</configuration>