Tuesday, July 14, 2009

Customise your Web.Config file

By storing unstable data (subject to change frequently) in the web.config file, you can easily make changes to the data without having to re-compile and re-deploy the program. From NET 2.0 onwards, we can make use of the Configuration Class, which reduces the hassle of using the IConfigurationSectionHandler found in NET 1.x.x.
http://aspnet.4guysfromrolla.com/articles/032807-1.aspx

No comments:

Post a Comment