I'm getting the dreaded "Permission Denied" error when trying to create a folder using FSO in the following line:
I have tried giving every permission that I can think of write access to the folder that I am creating in and I still cannot get it to work.
Any help is greatly appreciated as I am beginning to get pretty frustrated with this issue.
Thanks in advance!
Code:
set Folder = FSO.CreateFolder(Server.MapPath("/zip/") & SiteName)
I have tried giving every permission that I can think of write access to the folder that I am creating in and I still cannot get it to work.
Any help is greatly appreciated as I am beginning to get pretty frustrated with this issue.
Thanks in advance!