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 allready tried this:
<!DOCTYPE cruisecontrol [
<!ENTITY email SYSTEM "email.config">
]>
but this does not load.
Is there another possiblity without changing the application itself?