Thanks for your interest.
I have a directory on a windows 2008 R2 web server that has permissions for the users: CREATOR OWNER, SYSTEM, Administrators, AD / myself_user, users.
I am using a PC that is connected to an AD directory. When I share the directory to use it on another PC it deletes the CREATOR OWNER users and users leaving the permissions like this: SYSTEM, Administrators, AD / myself_user.
Without doing anything, rather than sharing the directory, my programs do not run. (This cost me a lot to find out.)
I use Visual Studio to edit the programs I have on the server. I do not run them with visual, I just edit them and run them with a browser after editing them. Without needing to have the poolidentity with permissions in the directory my programs ran correctly before sharing it. If I authorize users, my programs run again.
I think it is risky to use the user users. Where can I find documentation about this group or user?
A thousand thanks for sharing your knowledge.