I am creating a client application. This application just give users some choices and saves their choices inside 'C:\Users\Userid\AppData\Roaming\Custom1\Config1' as text Files.
I assumed that if the user logs in from other machine in the same domain their Roaming folder will move with them.
This does not seem to happen.
Does it need any setting change in Active directory Group policy or anything. I am a C# developer but do not have much idea about networking and windows server or Active directory settings etc.
I would appreciate if someone could point me in the right direction as to where to look for a solution for this.