I have have running windows service that is using it's app.config for getting some important values. Now I would like to provide a different GUI application that provide a way to change these important values and save it to the same app.config.
My question is this: will it be possible to share this app.config between the projects by using "Add as a link" and if I then use my GUI application and change some values, will this be reflected in the windows service?
EDIT: If this works, then perhaps someone also know the details of how the linking works in a more technical view?