Server-side script file access is controlled by NTFS file system permissions, not IIS security, which pertains to HTTP requests only.
Printable View
Server-side script file access is controlled by NTFS file system permissions, not IIS security, which pertains to HTTP requests only.
what's this used for then?
http://www.vbforums.com/attachment.p...postid=1048397
And how can I set write permission to a directory? (that config screen doesn't work, according to my friend)
Like I said, that's for IIS, if you're using something like HTTP PUT.
You need to give IUSR_MachineName (or Everyone...) write access to the directory thru NTFS permissions - if you formatted your disk FAT, you're SOL until you convert it to NTFS.
I understand....thanks a lot!:)