Creating and writing ASP.NET 2.0 custom Configuration Sections

Posted by: Rick Strahls WebLog, on 29 Oct 2006 | View original

  ASP.NET 2.0 has made it pretty nice to create custom configuration sections and be able to access these configuration sections via code. You can basically implement a new ConfigurationSection class. For example, Ive built a configuration section for my Database Resource Provider like this:       public class wwDbResourceProviderSection : ConfigurationSection     {         [ConfigurationProperty("connectionString",DefaultValue="),        ...

Advertisement

Similar Posts

  • Templates - Part 2 more
  • Custom Membership Provider under Minimal Trust in SharePoint 2007 more
  • Tech Ed 2006 Summary more
  • Examining ASP.NET 2.0's Membership, Roles, and Profile - Part 5 more
  • Sharepoint 2007 - Enabling Custom Authentication using a Custom Membership Provider more
  • Sharepoint 2007 - Enabling Custom Authentication using a Custom Membership Provider more
  • Pittsburgh Code Camp Confirmed Topics more
  • Examining ASP.NET 2.0's Site Navigation - Part 5 more
  • Telerik.QuickStart.XhtmlPage is a testing tool too! more
  • Nevron .NET Vision 2005 Q4 for Visual Studio 2005 - Released more

News Categories

.NET | ADO.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Community Server | dasBlog | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD