U
Umut Tezduyar
When I use my custom configuration file, I can't serialize complex object
using "ConfigurationProperty" or "ConfigurationCollection" attribute. There
will be one property in my custom configuration section. Whenever I set that
property, configuration will serialize it using XmlSerializer and adds to my
custom section at the configuration file.
To be more clear, is there a way to use raw xml when you are using
configuration file other than the default one?
using "ConfigurationProperty" or "ConfigurationCollection" attribute. There
will be one property in my custom configuration section. Whenever I set that
property, configuration will serialize it using XmlSerializer and adds to my
custom section at the configuration file.
To be more clear, is there a way to use raw xml when you are using
configuration file other than the default one?