问题解决了,谢谢大家帮忙。解决的方法就是找到Include的文件夹下的Class_Main.asp文件,然后把网站的相应变量改了,不用改数据库,也不用改其它什么文件,都在这,如下:
复制内容到剪贴板
代码:
'//网站通用参数
Const Cls_WebName = "南方教育人才网"
Const Cls_WebUrl = "http://www.job900.cn/"
Const Cls_DoMain = "job900.cn"
Const Cls_MainName = "job900"
Const Cls_WebKey = ""
Const Cls_WebJobs = 15 '//免费企业会员允许发布的职位数
Const Cls_PersonTopNumber = 10 '//设置个人会员的固顶数目
Const sCacheName = "Ihost20070716"
Const Cls_Websub = "www"
'//网站的联系方式
Const Cls_Phone = "10000006"
Const Cls_QQ = "300686"
Const Cls_Msn = "@163.com"
Const Cls_Email = "@163.com"
Const Cls_Fax = "2678586"
Const Cls_Address = "大街3号"
Const Cls_ZipCode = "320"
Const Cls_Icp = "备案申请中"