Hello everyone,

I am trying to figure out something about configuration files. I know that I can create a configuration file per project and access it through System.Configuration.ConfigurationSettings.AppSett ings. How would I go about creating one Configuration File for a Solution. I want one config file for multiple projects in a single solution. Also how would I access that config file. Are there any good resources that you can point me to or any examples?????

Thanks for any and all help,

Kendal