多谢!
Server 对象 错误 'ASP 0178 : 80070005'
Server.CreateObject 访问错误
/houtai/product/doUpPic.asp,行 57
检查权限时,对 Server.CreateObject 的调用失败。拒绝对此对象的访问。
我用的缩略图组件GflAx,但是现在不好用了!也不知道是什么原因!一上传图片就有这个提示!请问各位高手!可能是由于什么原因呢,我重新安装了,也不行!
出错的源代码
(57行***) Set ObjPic = Server.CreateObject("GflAx.GflAx")
Path = Server.MapPath("../../price/product/")
File = Path &"\" &session("fullPicName")
response.write "path:"&File&"<br>"
多谢!