Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4041738
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T12:55:04+00:00 2026-05-20T12:55:04+00:00

my application uses the standard app.config to store the public configuration data. However, there

  • 0

my application uses the standard app.config to store the public configuration data. However, there are still some other data which are not public, but they still must be accessible all the time, persistent, changeable from out of the application as well as manually in case of some problems.

For example imagine that the application stores some licensing information within a file which must not be public available. However, an administrator must be able to edit this file using notepad or similar (without any special editors), so cryptography is out of the game.

Would you use isolated storage? Do you have some other suggestions?
Since the application is not using any database, please do not consider storing withing a DB as an option, too.

So the question is how to store application data so that it is not as easy to modify by hand as with app.config, but still easily editable for a power user.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T12:55:05+00:00Added an answer on May 20, 2026 at 12:55 pm

    What about an include file?

    Like the file attribute in the appSettings Element or the SectionInformation.ConfigSource Property?

    <configuration>
        <appSettings file="machine-specific.config">
            <add key="Application Name" value="MyApplication" />
        </appSettings>
    </configuration>
    

    The included file can be protected from public access with regular filesystem access rights.

    I would definitely NOT use isolated storage for that.
    Encryption would be ideal but since that is not acceptable for you…

    Using environmental variables would work too I guess… But I would probably not use it myself.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one application which uses the standard .NET forms authentication cookie, now I
Our application uses Hibernate for ORM, and stores data in several schemas, accessing them
My application uses some session variables that are timing out even though I thought
I have a linux applications which sends data over UDP protocol. It uses these
The published code for Palm OS applications doesn't include standard headers, but instead uses
My application uses loads of Java threads. I am looking for a reliable understanding
Our application uses a large product database that is updated once a day. Updates
My application uses the Trace object to log information. The information is captured in
My ClickOnce application uses a third party tool that requires the Visual C++ 2005
Currently our Java application uses the values held within a tab delimited *.cfg file.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.