Hi,
I noticed that if use
set f=fs.CreateTextFile("c:\test.txt",true)
intead of
set f=fs.CreateTextFile("test.txt",true)
the program runs fine. Is the problem still connected with IUSR_xxx?
Thanks
"Old Pedant" wrote:
> "Jennifer" wrote:
>
> > I have write permission on the folder, but the folder is also secured for
> > FTP. Should I somehow pass FTP permissions in this script?
>
> It's not relevant whether _you_ have permisson on the folder. The question
> is whether IIS has permissions. ASP runs under the aegis of the IIS "user",
> which is named "IUSR_xxx" where "xxx" is the name of the machine where IIS is
> running.
>
> *THAT* is the user that must have full persmissions on the folder.
>
>
|