SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: Write Only Permissions
Hybrid View
-
Aug 20, 2004, 11:28 #1
- Join Date
- Feb 2003
- Location
- durango
- Posts
- 211
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Write Only Permissions
I have a form that writes to a text file with an ASP script. My problem is that I can't seem to lock down the text file to prevent it from being viewed by the public. If I allow read/write permissions to all for the directory where the text file lives then it works fine, but if I do write only permissions for the default user and then have a password for my admin I get a permission denied error when I try to write to the text file.
I am on a windows box.
Any ideas?
sk
-
Aug 20, 2004, 19:16 #2
- Join Date
- Jul 2004
- Location
- nowhere
- Posts
- 114
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
you need execute permissions as well as write permissions on the file.
Bookmarks