FSO 组件错误。
错误类型:
Microsoft VBScript 运行时错误 (0x800A004C)
/code/21eok/admin/fastsave.asp, 第 107 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; (R1 1.3); .NET CLR 1.0.3705; Alexa Toolbar; .NET CLR 1.1.4322)
103 dim fpath
104 fpath="..\"&cstr(year(now()) &"-" & month(now()))
105 fname=makefilename(now())
106 Set fso = Server.CreateObject("Scripting.FileSystemObject")
107 Set fout = fso.Createtextfile(server.mappath(fpath&"\"&fname),true)
108 fout.writeline okfile
109 fout.close
这个该怎么办呢?