I have written a .NET app and use the built in User Settings to store user specific information. It works brilliant. The user.config file is stored in the Apps/Local directory.
Now, a client is running my app on Citrix. I recently figured out that their Citrix server is configured to clean out the Apps/Local directory when a session closes. As a result, all user settings are deleted between the sessions. Not good.
My question is how to get around this. Is there any way to configure the settings to store the user.config in the roaming profile instead of Apps/Local? (The roaming profil content (Apps/Roaming) is not cleared by Citrix) Has anyone run in to this situation besides me?
Regards Karl