Guest_imported
New member
- Jan 1, 1970
- 0
I created a FileSystemObject and used
objFSO.CopyFile "C:\......", "C:\....."
But keep getting this error -
Server object error 'ASP 0177 : 800a0035'
Server.CreateObject Failed
/messages/file.asp, line 17
The operation completed successfully.
I would like to know if there are any errors in my code or whether I'm using the correct method. Please help!!
Thanks in advance.
objFSO.CopyFile "C:\......", "C:\....."
But keep getting this error -
Server object error 'ASP 0177 : 800a0035'
Server.CreateObject Failed
/messages/file.asp, line 17
The operation completed successfully.
I would like to know if there are any errors in my code or whether I'm using the correct method. Please help!!
Thanks in advance.