Creating and writing ASP.NET 2.0 custom Configuration Sections

Posted by: Rick Strahls WebLog, on 29 Oct 2006 | View original | Bookmarked: 0 time(s)

  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
Category: ASP.NET | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 2236 | Hits: 207

Similar Posts

  • How To: Silverlight grid hierarchy load on demand using MVVM and RIA services more
  • Ruminations on Multi-Tenant Data Architectures more
  • WPF Release History : Q2 2009 (version 2009.2.701) more
  • Designer Support for One-Way navigations in Entity Framework 4 more
  • Customizing the SharePoint ECB with Javascript, Part 1 more
  • Client Configuration in WCF 4.0 more
  • Why VBA Still Makes Sense more
  • Customizing the SharePoint ECB with Javascript, Part 3 more
  • Free software for you! WebsiteSpark let the mountain go to Microsoft instead. more
  • Great philosophy to build applications I picked up at the MVP Summit. more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | 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