XML parsing, Namespaces and Web.Config in ASP.NET 2.0
Posted by: Rick Strahls WebLog,
on 23 Jun 2005 |
View original | Bookmarked: 0 time(s)
I just spent a few hours backfitting my wwAppConfiguration class which is part of the West Wind Web Store, so it works properly with .NET 2.0 and the new config file format that ASP.NET 2.0 uses by default.
Actually ASP.NET 2.0 includes improved configuration section access that supports read and write access, but the wwAppConfiguration class still provides a number of useful features above and beyond what ASP.NET 2.0 provides, the strongest feature (IMHO) being the fact that you can...