Permisson Denied (urgent)
Hii All,
I have the following code
<%
dim fs,f
set fs=Server.CreateObject("Scripting.FileSystemObject ")
filepath1=server.mappath("test.pdf")
set f=fs.GetFile(filepath1)
f.Copy "new_test.pdf",false
set f=nothing
set fs=nothing
%>
I am getting following error
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied
/vinod_yadav1919/myfile.asp, line 8
At the same time i have checked the permision (read/write) ,
Anyone can tell me "how to set these permission,If you have time then plz tell me step by step or any link to help me
Thanks In Advance
:)
vinod
__________________
Cheers :)
vinod
|