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

  • Home
  • SEARCH
  • 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 6985181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:38:50+00:00 2026-05-27T18:38:50+00:00

Alright I’m trying to learn all the different options on how to implement application

  • 0

Alright I’m trying to learn all the different options on how to implement application and user settings and it is all very confusing to me.

What is the difference between using the settings.settings designer that creates a <applicationSettings> section and using the ConfigurationManager.AppSettings property that, according to the documentation, creates a <appSettings> section?

What are the advantages/disadvantages of using the settings.settings designer for app/user settings?

Am I correct if I assume the classes in the System.Configuration namespace (particularly the System.Configuration.Configuration class) are primarily for creating custom sections?

Can anything in the System.Configuration namespace be used to create or read the <applicationSettings> section without using the settings.settings designer? Would that just be a custom section?

As you can see I am very confused… I hope my questions even make since. Please, just tell me what you know and I’ll continue to plow through this documentation trying to UNDERSTAND. My problem isn’t that I can’t get the job done that I need to get done (I can do what I need using the settings.settings)…. The problem is actually understanding this mess and knowing all my options.

Thank you in advance.

UPDATE:

Microsoft online documentation is horrible on this topic (non-existant basically). I finally found

http://www.codeproject.com/Articles/19675/Cracking-the-Mysteries-of-NET-2-0-Configuration

and this explained it all very well. It made much more since after i realized the config files are merged!

  • 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-27T18:38:51+00:00Added an answer on May 27, 2026 at 6:38 pm

    Both the settings.settings and .config (app.config, web.config, or whatever) essentially do the same thing – that is, they store values in an XML file that can be persisted across sessions (the settings.settings also creates a public property in the Settings.Designer.* file, so the VS designer can read from it).

    The *.config file is the older way of doing things, and the settings.setttings is the “newer” way to do things. With settings.settings, you also have a handy interface for adding objects (i.e., directly from Visual Studio, instead of editing the XML by hand).

    Also, with settings.settings, you get User scope, and Application scope. User scope is read/write during run-time, while I believe the Application scope is read-only during run-time.

    The System.Configuration namespace is for both reading and writing to the *config file.

    A good option for dealing with the *.config files is to use Rick Strahl’s configuration manager tool. It creates a nice object oriented-view of the entire *.config file, allows for eacy encryption of entries, etc.

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

Sidebar

Related Questions

Alright, I am trying to accomplish this: When a user clicks a button that
Alright, so I've been trying to implement a simple binary search tree that uses
Alright, I'm just trying to learn about using Contact information, but I'm a bit
Alright. So I have a very large amount of binary data (let's say, 10GB)
Alright, I'm trying to read a comma delimited file and then put that into
Alright, after doing a ton of research and trying almost every managed CPP Redist
Alright, i have read many different views on how to do this with no
Alright y'all. I am attempting to write a bit of code that places typographic
Alright, here's what I'm trying to do. I'm attempting to write a quick build
Alright, here is my problem i'm trying to solve. I have an index page

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.