In .Net 3.0 you use the ConfigurationManager class, found in the System.Configuration namespace, to get a hold of your applications configuration. You need to make a reference to the System.Configurat… more →
Jonas Weblogwrote 2 weeks ago: http://support.microsoft.com/kb/555963 Configuration files are XML files that can be changed as need … more →
wrote 4 months ago: The most sensitive information stored in web.config file can be the connection string. You do not wa … more →
wrote 7 months ago: Every application has a configuration file and you want to have some keys in that file which are app … more →
wrote 1 year ago: How to use connection strings to various Databases in ASP.NET 2.0 Some of the values and strings are … more →
wrote 1 year ago: Note: The following namespaces were used in the C# code below: System.Collections System.Collection … more →
wrote 1 year ago: In .Net 3.0 you use the ConfigurationManager class, found in the System.Configuration namespace, to … more →
wrote 2 years ago: Making over-use of the .NET’s AppSettings quickly results in a messy configuration file. Espec … more →