Configuration management is nothing more than a set of activities performed to manage changes in software. These activities are done by identifying what needs to be changed and also by establishing a relationship between the various technological artifacts. Also the definition of mechanisms to manage different versions, controlling and auditing what was modified, is part of the process.
Understanding the Web.config file (.NET)
Web.config is very important to ASP.NET programmers, knowing its capabilities is critical to building robust applications. The post discusses the basic structure of the file and how to use the read / write methods in it.
5 Reasons Why IT Managers Need Configuration File Management
Here are 5 reasons why IT Managers Need Configuration File Management
Configuration File Validation Check
Looking for a way to validate a certain configuration file? We have compiled a list of configuration validation commands of popular software.
Spring Cloud Config vs Config
Config was developed so you can focus on managing your configuration files. No need to set up any infrastructure, and you can use it for free, forever! Spring Cloud Config Server is a REST API. Config is deployment time (push/pull) dependency. No new service to setup, maintain and monitor. No server can go down so you cannot be stuck with … Read More