We have a .NET application that makes heavy use of the app.config file to store various pieces of information, such as directory paths for storing data, application binaries, etc. <br><br>I recognize ...
As a new years resolution, I vowed to start using .XML for my .NET applications' config files rather than using my home grown text config files. Private Sub LoadConfig() 'Load variables from config ...
App.config and Web.config files are a great way to add flexibility to your .NET application without having to modify code in the future. They also allow clients or end users to make configuration ...