Browse by Tags
All Tags »
Configuration in ASP.NET 2.0 (
RSS)
Sorry, but there are no more tags available to filter with.
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...
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
Fredrik Normen explains the ConfigurationManager in details. Check his post @ : http://fredrik.nsquared2.com/viewpost.aspx?PostID=252&showfeedback=true Regards