single app.config multi-project c#

Viewed 66133

I want to use a single app.config by 3 different projects.

How to access the configurations?

ConfigurationManager.AppSettings["config1"]
7 Answers
Related