Reading settings from app.config or web.config in .NET
Reading settings from app.config or web.config in .NET
Reading settings from app.config or web.config in .NET
Re: Reading settings from app.config or web.config in .NET
You'll need to **add a reference** to `System.Configuration` in your project's **references folder**.
You should definitely be using the `ConfigurationManager` over the obsolete `ConfigurationSettings`.
You should definitely be using the `ConfigurationManager` over the obsolete `ConfigurationSettings`.