%@ LANGUAGE="VBSCRIPT"%>
<%
response.buffer=true
response.expires=0
Application("DefaultRootPath")=Request.ServerVariables("APPL_PHYSICAL_PATH")
Application("MailSender")="sh@ngenv.com"
Application("SMTPMailServer")="mail.ngenv.com"
'### path setting
Session("ServerName")=Request.ServerVariables("server_name")
If left(Session("ServerName"),7)<>"http://" then Session("ServerName")="http://"&Session("ServerName")
Session("HttpUrl")=Session("ServerName")&Application("virtualrootpath")
If right(Session("HttpUrl"),1)<>"/" then Session("HttpUrl")=Session("HttpUrl")&"/"
'### database connection String
Application("DBConnection")="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Application("DefaultRootPath")&"datamdb\SmartDB.mdb"
%>
江苏南大戈德环保科技有限公司
|
|
|
|
|
|
|
| Copyright◎Jiangsu N&G Environmental Technology Co.,Ltd All Rights Reserved |
 |
|
|
|
搜易|
google排名|
<%
set MyRs=nothing
set MyConn=Nothing
%>