检查权限时Server.CreateObject 的调用失败,请高手救助!
网页代码如下:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<%
dim conn
set conn=server.CreateObject("ADODB.Connection")
%>
<body>
</body>
</html>
提示错误如下:
Microsoft VBScript 编译器错误 错误 '800a03f6'
缺少 'End'
/iisHelp/common/500-100.asp,行242
服务器对象 错误 'ASP 0178 : 80070005'
Server.CreateObject 访问错误
/ZhongShing/sasd.asp,行10
检查权限时Server.CreateObject 的调用失败。对此对象的访问被拒。
****************各位高手,我安装的是Windows 2000 Server 之前没有这个错,但今天早开机就有这个错。我试过重新安装IIS都不行,在百度与Google搜出的解决方法都不行,不知道是什么原因。