Creating Custom Sections in Web.config
Author:
Azamsharp
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.
More Tutorials
|