I'm trying to build a page that will allow me to view the roles and their permissions (from within the asp.net) for a file or folder. I already have a page that shows the folders and files in a treeview. I need the code that will let me build a textbox or string that has the roles and if they are authorized to view the file or folder. Is this possible in ASP.NET 2.0 (VB.NET)?
Start Free Trial