0
votes
1answer
47 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.
…
6
votes
4answers
4k views
Get a list of members of a WinNT group (C#)
There are a couple of questions similar to this on stack overflow but not quite the same.
I want to open, or create, a local group on a win xp computer and add members to it, domain, local and well …
1
vote
3answers
477 views
ASP.Net unable to see shared folder
I've written a new application in a network I haven't worked in before, and am running into a problem.
If I have the following C# code:
FileStream fs = …
