Changing Files Security Properties with C#
-
I am new to C# and still learning…so for you pros out there, I’m sure this is a piece of cake. Using Windows 2000 Server ( .NET Framework 1.1 ) #1. I need to (uncheck) not allow inheritable permissions from a parent to propagate to this object & copy previously inherited permission to this object. #2. Add a user from Active Directory to the folders permission with Modify, Read & Execute, List Folder Content, Read and Write allowed permission. Any help would be greatly appreciate Thank you, Mark markaelkins@gmail.com
-
I am new to C# and still learning…so for you pros out there, I’m sure this is a piece of cake. Using Windows 2000 Server ( .NET Framework 1.1 ) #1. I need to (uncheck) not allow inheritable permissions from a parent to propagate to this object & copy previously inherited permission to this object. #2. Add a user from Active Directory to the folders permission with Modify, Read & Execute, List Folder Content, Read and Write allowed permission. Any help would be greatly appreciate Thank you, Mark markaelkins@gmail.com
Well, you really should use .Net 2.0. However, if you really want to everything can be found in this online book. http://pluralsight.com/wiki/default.aspx/Keith.GuideBook.HomePage
-
I am new to C# and still learning…so for you pros out there, I’m sure this is a piece of cake. Using Windows 2000 Server ( .NET Framework 1.1 ) #1. I need to (uncheck) not allow inheritable permissions from a parent to propagate to this object & copy previously inherited permission to this object. #2. Add a user from Active Directory to the folders permission with Modify, Read & Execute, List Folder Content, Read and Write allowed permission. Any help would be greatly appreciate Thank you, Mark markaelkins@gmail.com
I could only find information on file permission, not folder permission?