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