votes
Storing an array in config file
Hello, I am familiar on how to store configuration variables in the app.config file using ConfigurationManager.AppSettings[], however, I would like to be able to store and array of IP addresses in the config file from which the user can ad ...
