I like to split my app.config
into a user specific part and an application specific part. Is it possible to store a part of the app.config
in another file?
I already tried this:
<!DOCTYPE cruisecontrol [<!ENTITY email SYSTEM "email.config">] >
but this does not load.
Is there another possiblity without changing the application itself?
See Question&Answers more detail:os