| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1312 人关注过本帖
标题:Microsoft VBScript 运行时错误 错误 '800a0046'
只看楼主 加入收藏
firemx
Rank: 1
等 级:新手上路
帖 子:26
专家分:0
注 册:2006-9-25
收藏
 问题点数:0 回复次数:1 
Microsoft VBScript 运行时错误 错误 '800a0046'

Microsoft VBScript 运行时错误 错误 '800a0046'

没有权限

/admin/system.asp,行 30
<%Admin="System"%>
<!--#include file="check.asp"-->
<!--#include file="zcm.asp"-->
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>系统设置 </title>
<style>
td{font-size:9pt;line-height:160%}
body{font-size:9pt;line-height:160%}

a:link { color: #0033CC; text-decoration: none }
a:visited { color: #0033CC; text-decoration: none }
a:active { color: #4D9CC8; text-decoration: none }
a:hover { color: #4D9CC8; text-decoration: underline}
</style>
</head>
<body topmargin="1">
<div align="center">
<center>
<%
if request("type")="save" then

if request("webtime")<>"" then
webtime=request("webtime")
else
webtime=0
end if
Set fs=Server.CreateObject("Scripting.FileSystemObject")
Set TS1 = fs.CreateTextFile(Server.MapPath("config.asp"), True) 第三十行
TS1.writeline "<"&chr(37)

搜索更多相关主题的帖子: Microsoft VBScript 运行 
2007-02-23 15:38
师妃暄
Rank: 6Rank: 6
等 级:贵宾
威 望:27
帖 子:805
专家分:107
注 册:2006-3-1
收藏
得分:0 

一个简单的方法,就是找到c:\windows目录中的scrrun.dll文件,设置属性中的安全,加入user组,并给予读取和运行、读取即可。

你也可以把网站放到FAT32分区试一下.因为在NTFS分区,有关于权限问题有一些程序莫明其妙就出错了


有实力才会有魅力 实力来自坚持不懈的努力
2007-02-23 17:22
快速回复:Microsoft VBScript 运行时错误 错误 '800a0046'
数据加载中...
 
   



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

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