show/hide this revision's text 2 deleted 3 characters in body

I have standard logging, nhibernate, etc configuration blocks in my app.config and I'd like to extract them into some a common xml file that can be included as a reference by all of my applications' app.config files.

Is this possible?

show/hide this revision's text 1

Use XML includes or config references in app.config to include other config files' settings

I have standard logging, nhibernate, etc configuration blocks in my app.config and I'd like to extract them into some common xml file that can be included as a reference by all of my applications' app.config files.

Is this possible?