Where to keep config data other than config file (Windows App)?
Posted
by user144842
on Stack Overflow
See other posts from Stack Overflow
or by user144842
Published on 2010-05-20T20:24:08Z
Indexed on
2010/05/20
20:30 UTC
Read the original article
Hit count: 121
My Windows application GUI is accepting some required application configuration fields from the user. I need to store them of course, but I wanna hide these fields from the user.
- I cannot use database to store these configs.
- I want to avoid using app.config either. (No app.config encryption)
Any suggestions, Where and in which format i should store fields. (Field example is: Accepting database User credentials, Task Schedule info etc.)
© Stack Overflow or respective owner