Hello, I am trying to add the ability to save my applications settings
for each user. I was just wondering what the best method is to do this.
The only requirement is that any user account (user, power user, admin)
will have this capability. I would also prefer to have some measure of
security, but if need be I can use my own methods to handle this.
I am currently writting the setting information to the "applicatio n
data/all users" folder and I'm getting complaints from beta testers
that this is not working for user and power user accounts. Should I
continue to use application data and maybe do something different, or
should I use the registry or maybe Isolated Storage?
for each user. I was just wondering what the best method is to do this.
The only requirement is that any user account (user, power user, admin)
will have this capability. I would also prefer to have some measure of
security, but if need be I can use my own methods to handle this.
I am currently writting the setting information to the "applicatio n
data/all users" folder and I'm getting complaints from beta testers
that this is not working for user and power user accounts. Should I
continue to use application data and maybe do something different, or
should I use the registry or maybe Isolated Storage?
Comment