Advertisement
Guest User

Untitled

a guest
Nov 21st, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3.   <startup>
  4.     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  5.   </startup>
  6.  
  7.   <system.runtime.remoting >
  8.     <application >
  9.       <channels >
  10.         <channel ref = "http" port = "5000" />
  11.       </channels >
  12.       <service >
  13.         <wellknown mode = "Singleton" type = "SerwerKik.Met,SerwerKik" objectUri = "kikRemote" />
  14.       </service >
  15.     </application >
  16.   </system.runtime.remoting >
  17. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement