Working with Access Control List in .NET 2.0
Posted by: Keyvan Nayyeri,
on 20 Aug 2006 |
View original | Bookmarked: 0 time(s)
One of several reasons to add Medium Trust level (any search for a good resource except MSDN points me back to my post!) to ASP.NET 2.0 was a new addition to System.Security namespace and it was AccessControl. There you can find essential means to work on file permissions and ACL which opens dangerous wholes in some cases such as shared hosts. By creating a FileSecurity object you can get full information about ACL for a specific file. I begin with getting Access Control...