Sharing single Configuration in Multiple projects

added by rcash
10/15/2011 10:00:32 PM

107 Views

In case you don't already know how to do this, here is an article with examples of how to add a configuration file to run under multiple projects.


1 comments

Noldorin
10/17/2011 4:47:45 PM
Handy tip this is. I've always wondered though: what actually is the difference between Properties.Settings.Default and ConfigurationManager.AppSettings? I tend to use the former in all my apps, but would be great if someone could clarify here.