Tagged Questions

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 ...
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 ...