FSO CreateObject Permission Denied
Hello All,
I am using "persists ASPupload" to enable users to upload their images to a website. The asp script was working fine until recently we had to move our servers. Now when anyone tries to upload an image, they get a
Microsoft VBScript runtime error '800a0046'
Permission denied
/pictures/addphotoproc.asp, line 11
Now the line 11 is
myFSO.CreateFolder("path\InetPub\wwwroot/" & UID)
where "path" is the absolute path for the directory. I have checked and made sure that IUSR_machinename has the read and write access to this folder but still I am getting this error.
Please help.
Thank you,
Palvin
|