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 522721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:23:01+00:00 2026-05-13T08:23:01+00:00

I have an ASP.NET application and need to store some settings. The settings are,

  • 0

I have an ASP.NET application and need to store some settings.

The settings are, among other things, titles on pages shown in my application. The titles are changed on a regular basis (every week or so) and I’m wondering on how to do this the smart way:

  1. Save the settings in the web.config (slow read time, and application has to be restarted to detect changes).

  2. Save the settings in a database.

  3. My own XML file (such as a custom configuration section in its own XML file).

I’m looking for anything that could point me in a better direction.

What would you do?

  • 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-13T08:23:02+00:00Added an answer on May 13, 2026 at 8:23 am

    I would use a database.

    As others have said, web.config is really meant for application-level settings only.

    One issue with an XML file is that if you ever decide to move to a load-balanced scenario, then you have to worry about how to replicate that file from one server to another. It’s considered a best practice from a scalability and security perspective to not have any application dynamic data in the filesystem at the web tier (if you want to be able to update the file, it means you would have to allow your web app to have write access to the local filesystem, which is a security risk).

    Putting it in the DB allows you to read it once when your app first starts. You can then cache all or part of it in memory with a SqlDependency or SqlCacheDependency, so that the code receives a notification if the DB table changes (you can do something similar with an XML file, if you must).

    With the info in the DB, you can more easily add a load balanced server later, if you need to, and your web app can stay read-only.

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

Sidebar

Related Questions

No related questions found

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.