Our development team has made a piece of software which should write an image to a particular shared folder.
The intention is that only one user has rights to this shared folder. Since our virtual program is run under another user, we use impersonation to change the user just for the writing process of the image and then change back the user to the logged in user.
This all goes well when the application is run locally, when we use the virtual application, it just doesn't seem to switch to the general user we use for the share.
Is impersonation something which should work in a virtual application? Or do we have to find a work around to do this?
Thank you in advance.