I am running IIS7 on Vista. I am trying to use FileSystemObject to copy a file (i.e. create a new file with the same contents as an old one). I am running on localhost, in a subdirectory which contains both the file I want to copy and the .asp script for copying it.
I have gone to the subdirectory in Windows Explorer and set every User I can find to have Modify, Read&Execute, & Write permissions:
[myname]([computer]\[myname]
Users ([computer]\Users)
IIS_IUSRS ([computer]\IIS_IUsers)
Nonetheless, I still get "Microsoft VBScript runtime error '800a0046'
Permission denied"
Is there somewhere else I should be setting permissions? Should I do something with the IIS manager via either the UI or the command line?