<body>
ScriptName = request.ServerVariables("script_name")
hitrate = pagecounter(scriptname)
response.write hitrate
</body>
---------------------------------------------------------------------------
Microsoft VBScript 编译器错误 错误 '800a03f6'
缺少 'End'
/iisHelp/common/500-100.asp,行242
Active Server Pages 错误 'ASP 0126'
找不到包含文件
/web/test001.asp,行3
找不到包含文件 'generaltools.asp'。
16 个解决方案
#1
pagecounter干什么的啊?
#2
自己写的一个文件
#3
抄书上的例子,完整的代码如下
<!--#include file = "generaltools.asp"-->
<!--#include file = "pagecounter.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
ScriptName = request.ServerVariables("script_name")
hitrate = pagecounter(scriptname)
response.write hitrate
</body>
</html>
<!--#include file = "generaltools.asp"-->
<!--#include file = "pagecounter.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
ScriptName = request.ServerVariables("script_name")
hitrate = pagecounter(scriptname)
response.write hitrate
</body>
</html>
#4
IIS设置--》允许访问父路径
#5
那你开头那个<!--#include file = "generaltools.asp"-->中的generaltools.asp文件在哪里?和你这个ASP文件在同一目录下吗?还是干脆就不存在。
#6
<!--#include file = "generaltools.asp"-->
<!--#include file = "pagecounter.asp"-->
这里提到的文件要在当前目录存在
<!--#include file = "pagecounter.asp"-->
这里提到的文件要在当前目录存在
#7
generaltools.asp的路径错了吧。。。
#8
是路径问题
#9
路径没有错呀
#10
检查下路径及拼写,应该不会是其他方面的问题
#11
generaltools.asp的路径错了
检查下路径及拼写
检查下路径及拼写
#12
就在虚拟目录下有一个includes目录,Conn_SQLServer.asp在这个目录下,
<!--#include file="../includes/Conn_SQLServer.asp"-->这样子写格式对不对?
<!--#include file="../includes/Conn_SQLServer.asp"-->这样子写格式对不对?
#13
我的qq是106577405,在线等。 希望能通过QQ得到您的指导。
#14
如果在当前目录下可以,但是加一个"includes"目录就不行,咋回事?
#15
你用的是不是windows2003 ?
#16
win2k P
#1
pagecounter干什么的啊?
#2
自己写的一个文件
#3
抄书上的例子,完整的代码如下
<!--#include file = "generaltools.asp"-->
<!--#include file = "pagecounter.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
ScriptName = request.ServerVariables("script_name")
hitrate = pagecounter(scriptname)
response.write hitrate
</body>
</html>
<!--#include file = "generaltools.asp"-->
<!--#include file = "pagecounter.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
ScriptName = request.ServerVariables("script_name")
hitrate = pagecounter(scriptname)
response.write hitrate
</body>
</html>
#4
IIS设置--》允许访问父路径
#5
那你开头那个<!--#include file = "generaltools.asp"-->中的generaltools.asp文件在哪里?和你这个ASP文件在同一目录下吗?还是干脆就不存在。
#6
<!--#include file = "generaltools.asp"-->
<!--#include file = "pagecounter.asp"-->
这里提到的文件要在当前目录存在
<!--#include file = "pagecounter.asp"-->
这里提到的文件要在当前目录存在
#7
generaltools.asp的路径错了吧。。。
#8
是路径问题
#9
路径没有错呀
#10
检查下路径及拼写,应该不会是其他方面的问题
#11
generaltools.asp的路径错了
检查下路径及拼写
检查下路径及拼写
#12
就在虚拟目录下有一个includes目录,Conn_SQLServer.asp在这个目录下,
<!--#include file="../includes/Conn_SQLServer.asp"-->这样子写格式对不对?
<!--#include file="../includes/Conn_SQLServer.asp"-->这样子写格式对不对?
#13
我的qq是106577405,在线等。 希望能通过QQ得到您的指导。
#14
如果在当前目录下可以,但是加一个"includes"目录就不行,咋回事?
#15
你用的是不是windows2003 ?
#16
win2k P