Monday, January 10, 2005

Saved myself from a big mistake

Whoa boy... Thanks Ian for your help.

I wanted to save user settings for my app, in this case, the path to another app that they would need to use. That's no problem', I thought, figuring it I'd just dump it into the app.config file with the deployment settings. Ian posted this great article that taught me otherwise.

Instead, I'm going to roll my own AppSettings class, and save it in the users ApplicationData folder. Check it out... It's a good idea considering security is tightening everywhere.

No comments: