I want to create a Configuration object from a string or xml stream, not a file. But as far as I can see, ConfigurationManager requires a file path to instantiate the Configuration object. Does anyone know a way to create a configuration object from something other than a file?
source
share