为什么ActiveX 部件不能创建对象

myboll 2004-11-04 12:54:45
为什么ActiveX 部件不能创建对象(程序如下:)

if isNULL(img1)=false and right(img1,1)<>"/" and img1<>"" then
Set fso1 = Server.CreateObject("Scripting.FileSystemObject")
if fso1.fileexists(server.MapPath(img1)) then
fso1.deleteFile Server.MapPath(img1),True
end if
On Error Resume Next
set fso1=nothing
end if
...全文
148 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
myboll 2004-11-04
  • 打赏
  • 举报
回复
if isNULL(img1)=false and right(img1,1)<>"/" and img1<>"" then
Set fso1 = Server.CreateObject("Scripting.FileSystemObject")
'走到 setfso1=这一行出错,为什么呢
if fso1.fileexists(server.MapPath(img1)) then
fso1.deleteFile Server.MapPath(img1),True
end if
On Error Resume Next
set fso1=nothing
end if
myboll 2004-11-04
  • 打赏
  • 举报
回复
??????????????
myboll 2004-11-04
  • 打赏
  • 举报
回复
我的XP系统 Internet 信息服务器里面怎么开放FSO权限?????????????
myboll 2004-11-04
  • 打赏
  • 举报
回复
我的XP系统啊
smallyear 2004-11-04
  • 打赏
  • 举报
回复
服務器有沒有開放FSO權限?

28,408

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧