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: 104

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.

  1. I cannot use database to store these configs.
  2. 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

Related posts about c#

Related posts about windows-application