I am using the ConfigurationSe ction, ConfigurationEl ement,
ConfigurationEl ementCollection base classes for purposes of reading a
customized web.config Configuration section.....and I then use the
ConfigurationMa nager.GetSectio n to obtain my ConfigurationSe ction object. My
question is....Is there any inherit caching of the ConfigurationSe ction
object within the ConfigurationSe ction base class ?....or should I plan on
conducting my own caching... and using the web.config file as a caching
dependency ?
--
Philip
ConfigurationEl ementCollection base classes for purposes of reading a
customized web.config Configuration section.....and I then use the
ConfigurationMa nager.GetSectio n to obtain my ConfigurationSe ction object. My
question is....Is there any inherit caching of the ConfigurationSe ction
object within the ConfigurationSe ction base class ?....or should I plan on
conducting my own caching... and using the web.config file as a caching
dependency ?
--
Philip
Comment