Tagged Questions
4
votes
2answers
326 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 ...
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.
...