Hello,
I'm testing various scripts to upload files to a remote server with ASP. I often get the error
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
where the line causing problem is
set fso = Server.CreateObject("Scripting.Filesystemobject")
I have problems with this filesystemobject and I don't know how to deal with it.
Could you give me some advice?
I'm testing various scripts to upload files to a remote server with ASP. I often get the error
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
where the line causing problem is
set fso = Server.CreateObject("Scripting.Filesystemobject")
I have problems with this filesystemobject and I don't know how to deal with it.
Could you give me some advice?