- 1、本文档共25页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
ZKEYS 装置说明文档 ZKEYS系统设置 平安设置(国外英文资料)
ZKEYS 安装说明文档 ZKEYS系统设置 安全设置(国外英文资料)
System installation
Install software to run the environment
Operating environment: Win2000Server or above, IIS, and installs the IIS FTP service, SQLServer2000, support FSO
If not, please install the above software. Run the setup.exe directly, step by step, until complete.
Second, the data catalog description
The HostSql / *.* master terminal ASP and other program files
The Template opens the original site Template file directory
Data database directory
Data/autohost.ldf database log file
Data/autohost.mdf database file
The *.bat program is related to batch processing
The autohost.dll master terminal COM + component
The autohost.exe is charged with the server-side service
ZkeysDnd. Dll DNS COM + component
The setup.ini configuration file
Three, additional database, set up user
From the Data directory
AutoHost. MDF; AutoHost. LDF
Steps are as follows:
Step 1: add the database as shown in figure 1
(figure 1)
Step 2: (figure 2) select the database file autohost.mdf in the data directory.
(figure 2)
Step 3: establish a user, such as autohost, specifying the user Db_owner authority
Copy the source files
COPY the decompressed HostSql source directory COPY to the target directory, such as D: \ HostSql
5, modify the init.asp configuration (both the main and the independent panel Settings)
The %
AutoHostDB = True MSSQL
database connection word
If AutoHostDB then MSSQL
StrSQLServ = (local) server
StrSQLUser = sa user name
The strSQLPass = 123 password
StrSQLData = autohost database
Connstr = driver = {SQL Server}; Server = strSQLServ ; UID = strSQLUser ; .pwd = strsql_pass ;
The else
Connstr = DBQ = + server.mappath (/data/mydata. MDB ) + ; defaultdir =; driver = {Microsoft access driver (*.mdb)}.
End the if
Set conn = server.createobject ( adodb.connection )
Conn. Open connstr
%
When the database is using MSSQL, change the database name and login user and password to the same as you set it.
Register ASP components
Run the first regi
文档评论(0)