vb.net - Error IdentityNotMappedException was unhandled -


i want create folder accessible owner. i've tried , got code error identitynotmappedexception unhandled. folder create @ server drive , had mapped server drive local drive.

 dim fs filesystemsecurity = file.getaccesscontrol(q_filepath)  fs.addaccessrule(new filesystemaccessrule("owner", filesystemrights.fullcontrol, accesscontroltype.deny))  file.setaccesscontrol(q_filepath, fs) 


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -