D
Dominic
Suppose I have a web.config. I'd like to move some configuration
settings from this web.config and put it another XML file (say,
common.xml). Now, is there any way that I can modify the web.config
such that it will include (dynamically) the common.xml?
In other words, System.Configuration.ConfigurationSettings.GetConfig
can read settings in common.xml as they were in web.config.
Furthermore, when I load web.config into XML DOM object, the DOM
object will also contain the content in common.xml.
Thanks
Dominic
settings from this web.config and put it another XML file (say,
common.xml). Now, is there any way that I can modify the web.config
such that it will include (dynamically) the common.xml?
In other words, System.Configuration.ConfigurationSettings.GetConfig
can read settings in common.xml as they were in web.config.
Furthermore, when I load web.config into XML DOM object, the DOM
object will also contain the content in common.xml.
Thanks
Dominic