Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
325 views

How we can add write access to a directory programmatically in C#?

I have an ASP.NET page that creates directories, and in another page I upload some files in these folders, but when I upload a file in a directory, the below error appears: Access to the path 'my ...
3
votes
1answer
154 views

PHP create password protected folders

I would like to know if there is a way in PHP to create a password protected folder on the fly. I need to create a specific folder INSIDE a main folder and password protect the new folder with a ...
2
votes
1answer
180 views

Using System.Security.AccessControl to remove an ACE from a folder ACL is very slow if the target folder size is very large

I need to remove certain accounts (like the "Everyone" trustee or some global group that is giving everyone access to a folder) from an ACL on a particular subfolder of a share. I get a ...
2
votes
2answers
717 views

Directory Security

my app is creating a directory so I can store log files in if, however i'm adding a user security to the directory but i don't know how to make it propagate, example i'm adding the user everyone to ...
1
vote
0answers
169 views

How to determine Folder/File Permissions

I am a relative newcomer to C#. As a result, I am working with various aspects of the laanguage with an exploratory project. I want to find the permissions for a folder and/or file using managed ...
1
vote
1answer
467 views

Windows File security, removing an access rule

I have the following code, that should remove the access of users from a certain folder. Unfortunately it doesn't (the access rule remains in place). No exception is thrown. ...
0
votes
1answer
253 views

IIS6, VBS & XMLHTTP: Execute Access Denied

I've got a VBS file that is pulling XML from our website. It going to run on our local server once it is finished. Te problem I'm having is that when I run the file on my workstation (Running IIS6 ...