Running a .net exe from a network share runs in partial trust when the access to root-shared is not granted to user
问题 I have a situation where there is common shared network path let's say " \10.x.x.x\CommonShare ". Only administrator has got permission on this path. Now inside the commonshare we create user-specific folders where that particular user will have full access. Like user XYZ will have full access on \10.x.x.x\CommonShare\XYZ Now the user XYZ logs-in in his own box and from there he runs an executable which is available in the shared folder \10.x.x.x\CommonShare\XYZ\testApp.exe Have configured it