学院首页>网络编程>ASP>用ASP做“虚拟域名”的想法![2]

用ASP做“虚拟域名”的想法![2]

作者:未知 来源:未知 添加时间:2006-5-21 10:30:43
config.asp
---------------------------------

<%
Domain_URL = ".chinaasp.net" ' 域名
Ad = 0 ' 是否有广告弹出
Fo = 0 ' 是否使用框架
DBPath = "DRIVER={Microsoft Access Driver (*.mdb)};dbq=" & Server.MapPath("Domain.Mdb")
CopyRight = "版权所有"
%>


Domain.Mdb
-------------------------------------
表:USER
USER_ID USER_USERNAME USER_PWD USER_URL USER_EMAIL
站内搜索