How to : Build Custom XML Configuration for asp.net
Introduction:
A frequency asked question in the ASP.NET community is 'How to Building a Custom XML Configuration for ASP.NET' or 'How to use my own config files in asp.net'. Today let's do it together.
If you wan to use your custome config settings,you can inherit the IConfigurationSectionHandler if your .net version is 1.x you can also inherit the ConfigurationSection if your .net version is 2.0 .