Set Permission For Files In Code
-
I Want Set write permission for some Files and Folders in my code. othervise I want add permission write for user Asp.net that this permission set for files and folders every time. function SetPermission(string FolderName,string UserName,string PermissionType) { //add permission(PermissionType) to Folder(FolderName) for User(UserName) } thanks:(( -- modified at 8:03 Wednesday 17th May, 2006
-
I Want Set write permission for some Files and Folders in my code. othervise I want add permission write for user Asp.net that this permission set for files and folders every time. function SetPermission(string FolderName,string UserName,string PermissionType) { //add permission(PermissionType) to Folder(FolderName) for User(UserName) } thanks:(( -- modified at 8:03 Wednesday 17th May, 2006
Will this be running from within the asp.net application?
-
Will this be running from within the asp.net application?
yes I want set permission in web application