HTTP 错误 500.100 - 内部服务器错误 - ASP 错误
HTTP 错误 500.100 - 内部服务器错误 - ASP 错误Internet 信息服务
--------------------------------------------------------------------------------
技术信息(用于支持人员)
错误类型:
Microsoft JET Database Engine (0x80004005)
未指定的错误
/www/include/buyok_shop_30_conn.asp, 第 15 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
网页:
GET /www/index.asp
时间:
2010年10月11日 星期一, 下午 08:40:11
详细信息:
Microsoft 支持
下面的是buyok_shop_30_conn.asp文件里的内容
<%
DBPath="db/"
DB=DBPath&"database.mdb"
Response.Buffer=True
session.timeout=20
'on error resume next
Set fso = Server.CreateObject("Scripting.FileSystemObject")
if fso.FolderExists(server.MapPath("include"))=false then
DB="../"&DB
end if
set fso=nothing
sqlnow="now()"
connstr="provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath(DB)
Set conn = Server.CreateObject("ADODB.Connection")
conn.open ConnStr
%>
<!--#include file="buyok_shop_info.asp" -->
<!--#include file="buyok_functions.asp" -->
<!--#include file="settimeout.asp" -->