home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / Remoting / MyObject / global.asax next >
Encoding:
Text File  |  2000-06-23  |  244 b   |  9 lines

  1. <%@ Import Namespace="System.Runtime.Remoting" %>
  2.  
  3. <script runat="server" language="vb">
  4.   Sub Application_OnStart()
  5.     RemotingServices.ConfigureRemoting(HttpContext.Current.Server.MapPath("MyObject.cfg"))
  6.   End Sub
  7. </script>       
  8.  
  9.