1: <configuration>
     2:     <system.runtime.remoting>
     3:         <application>
     4:             <service>
     5:                 <wellknown
     6:                     mode="Singleton"
     7:                     type="ChatCoordinator, ChatCoordinator"
     8:                     objectUri="Chat"
     9:                 />
    10:             </service>
    11:             <channels>
    12:                 <channel
    13:                     ref="http"
    14:                     port="8080"
    15:                 />
    16:             </channels>
    17:         </application>
    18:     </system.runtime.remoting>
    19: </configuration>
    20: