I have several C# console applications, which need to have the same set of settings. I want to avoid duplicity and avoid separate app.config
for each application.
Is there any way to read a common app.config
file (say common.config
) for applications (app1.exe
, app2.exe
).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…