Recent Posts

Tags

Community

Email Notifications

All Links

Blogs I Read

My Articles

JavaScript & CSS

Date & Time

SQL Server 2000/2005

Articles I Read

ASP.NET Free Controls

MVFP (Most Valuable Forum Posts)

Archives

Browse by Tags

All Tags » Configuration in ASP.NET 2.0 (RSS)
Sorry, but there are no more tags available to filter with.
Add AppSettings Keys Programatically
In ASP.NET 2.0 Beta 2, two new configuration classes have been added: 1- ConfigurationManager : Used to update sections inside the App.Config file. 2- WebConfigurationManager : Used to update setions inside Web.Config file. To see how to add some keys...
Configuration Section handler and the validator classes to validate the section
A great post about reading a ConfigurationSection in asp.net 2.0 by Fredrik Normen. Check the post @ : http://fredrik.nsquared2.com/viewpost.aspx?PostID=253&showfeedback=true Regards
ConfigurationManager Class in ASP.NET 2.0
Fredrik Normen explains the ConfigurationManager in details. Check his post @ : http://fredrik.nsquared2.com/viewpost.aspx?PostID=252&showfeedback=true Regards