asp运行时提示错语:缺少对象。

来源:百度知道 编辑:UC知道 时间:2024/07/01 04:09:22
运行主页index.asp提示:行:17 字符:1 错误:缺少对象 代码:0
index.asp前面部分代码:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<HTML>
<head>
<TITLE><%=title%></TITLE>
<META name=description content=<%=des%>>
<META name=keywords content=<%=key%>>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="images/style.css" type="text/css" rel="stylesheet">
<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<style type="text/css">
<!--
.h10 {LINE-HEIGHT: 10px}
-->
</style>
</head>
<BODY leftMargin=0 topMargin=0 marginheight="0" marginwidth="0" onLoad="runSlideShow()">

<!--#include file="conn.asp"-->
检查数据库连接文件 和 数据库查询语句
通常数据库操作出错

Set rs =server.createobject(.....)
你看看是不是Set写错了