home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / dotNETSDK / SETUP.EXE / netfxsd1.cab / web_config_71________.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Encoding:
Text File  |  2001-08-21  |  431 b   |  18 lines

  1. <configuration>
  2.   <system.runtime.remoting>
  3.     <application name="HelloWebClient">
  4.     
  5.       <client url="http://localhost/RemotingHello">
  6.         <wellknown type="Hello.HelloService, Hello" url="http://localhost/RemotingHello/HelloService.soap" />
  7.       </client>
  8.       
  9.       <channels>
  10.         <channel ref="http" />
  11.       </channels>
  12.       
  13.     </application>
  14.   </system.runtime.remoting>
  15. </configuration>
  16.  
  17.  
  18.