home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
ims.cab
/
global.asa
< prev
next >
Wrap
Text File
|
1997-10-12
|
286b
|
12 lines
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Sub Session_OnStart
Session.Timeout = 1399
Session("svr") = Request.ServerVariables("SERVER_NAME")
Session("ServiceInstance") = "1"
svr = Session("svr")
Session("dpath") = "IIS://" & svr & "/SmtpSvc"
End Sub
</SCRIPT>