AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Creating Custom Sections in Web.config : Azamsharp

Thursday, May 07 2009

Web.config consists of different configuration sections which allow the developer to configure the application specific to their needs. ASP.NET 2.0 also allows you to create your own custom sections. In this article we will learn how to create a custom Web.config section. Inheriting a Class from ConfigurationSection: In this article I will create a simple config section that will enable the developer to write the name of the data access class. The first thing that you need to do is to create a class which inherits from the ConfigurationSection class. Take a look at the code below:...

Read More:
Creating Custom Sections in Web.config : Azamsharp
Also See:
Client Side Callbacks in ASP.NET 2.0 : Richard Bean
Globalization and Localization : Richard Bean
Inversion of Control and Dependency Injection with Castle Windsor Container - Part II : Simone Busoli
Logging JavaScript Errors To ASP.NET : James Newton-King
Custom Buttons in the DataList and Repeater : Scott Mitchell

Post your comment

Comment