為了撰寫測試 Sanalyzer, 找到一家 free ASP host 來暫時寄放:
網址 : http://www.asphost4free.com
下面是確認回函 :
Dear New Customer,
Thank you for signing up with us. We would like to welcome you to our
fast growing community.
This e-mail contains important information on setting up your web site.
*******************************************************************
Your user name is: HINET
Your password is: WID
Your URL to access your site is: http://www11.asphost4free.com/hinet
FTP Host is: ftp11.asphost4free.com
You can begin transferring your web pages to our server using any standerd
FTP Client such as CuteFTP and WS_FTP.
Also, you can use our Web-based File Manager.
*************************** IMPORTANT ***************************
Your home page must be given one of the following file names for it to be
recognized by the web server: default.htm, default.html, default.asp,
index.htm, index.html, index.asp.
Welcome aboard and thank you for joining us
AspHost4Free Support Team
--------------------------------------------------------------------------------------
將 myASP 系統上傳測試結果: 安裝階段錯誤
Microsoft JET Database Engine error '80004005'
Selected collating sequence not supported by the operating system.
/TONY1966/sys_bin\access_adodb_connection_sys.asp, line 10
程式內容 : 第十行為 Conn.Open(strConn);
<%
Conn=Server.CreateObject("ADODB.Connection");
if (Session("sys_database_file")==null) { //系統起始時
var database_file_path="./db/sys_database.mdb";
}
else {var database_file_path="./db/" + Session("sys_database_file");}
strConn="Provider=Microsoft.Jet.OLEDB.4.0;" +
"Data Source=" + Server.MapPath(database_file_path);
Session("sys_database_file")=database_file_path.substr(5,database_file_path.length);
Conn.Open(strConn);
%>
不知為何有此錯誤?!
==> 不研究了, 放棄, 回去用那個有 ads 的 domaindlx 好了, 至少 myASP 不用改就可以 WORK!
網址 : http://a.domaindlx.com/writing
沒有留言 :
張貼留言