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?
|
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? |
||||
|
1 |
|
||
Use XML includes or config references in app.config to include other config files' settingsI 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?
|
||||