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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-06-23
|
244 b
|
9 lines
<%@ Import Namespace="System.Runtime.Remoting" %>
<script runat="server" language="vb">
Sub Application_OnStart()
RemotingServices.ConfigureRemoting(HttpContext.Current.Server.MapPath("MyObject.cfg"))
End Sub
</script>