Tuesday, April 21, 2009

Web.Config section

Hi,

I would like to explain you how the configuration section can be created and used for the multi application environment.

High level steps:
a. Create a Configuration Element Class. (Key and Value properties)
b. Create a Configuration Section class (should have static section property and GetSettings method).

The below example will help you to create section in detail.
http://www.codeproject.com/KB/cs/CustomConfigurationSectio.aspx

Regards
Gangadhar Kotu

No comments: