Hello, the external appSettings is not perfectly suitable for my situation. I will define hierarchial structure as
<a>
<b name="..." friendlay="..." value="..." />
<b name="..." friendlay="..." value="..." />
</a>
Do you know any more complex mechanism to access this kind of xml with objects armed with strong-typed properties like Configuration class?
Regards,
Ricky.