标题:求助!!!!!!
只看楼主
dongtongjing
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2005-4-9
 问题点数:0 回复次数:1 
求助!!!!!!
我的一个ASP页面,执行的时候老是出错:多谢大家帮我看看! 这是我的代码全部代码: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>测试</title> </head> <body> <% set myobj=server.createobject("scripting.filesystemobject") myobj.createtextfile "c:\inetpub\wwwroot\test.txt",true,true set myts=myobj.opentextfile("c:\inetpub\wwwroot\test.txt",2,true,-2) set myobj=nothing myts.writeblanklines("5") myts.writeline("看不到东西是最好的东西") myts.writeline("不说话的人是最聪明的人") response.write" 写入完成" myts.close set myts=nothing %> </body> </html> 执行后的情况是: Microsoft VBscript 编译器错误 错误 '800a03f6' 缺少 'End' /iisHelp/common/500-100.asp,行242 Microsoft VBscript 运行时错误 错误 '800a0046' 没有权限 /colligate/fileopen3.asp,行12 但是我把 myobj.createtextfile "c:\inetpub\wwwroot\test.txt",true,true set myts=myobj.opentextfile("c:\inetpub\wwwroot\test.txt",2,true,-2) 改为myobj.createtextfile "c:\inetpub\test.txt",true,true set myts=myobj.opentextfile("c:\inepub\test.txt",2,true,-2) 那一切都OK! 只要不创建文件在wwwroot文件夹下就没问题。 多谢赐教!
2005-04-09 22:42
griefforyou
Rank: 6Rank: 6
等 级:贵宾
威 望:27
帖 子:3336
专家分:0
注 册:2004-4-15
得分:0 
你的wwwroot目录没有写权限,修改一下目录的安全设置。

天津网站建设 http://www./
2005-04-10 10:48



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-15235-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.051081 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved