When you create an application setting, you specify a name and value for the setting to be created. This lets you access ...

When you create an application setting, you specify a name and value for the setting to be created. This lets you access the value of the setting in your application by using the AppSettings property of the ConfigurationSettings class. For example, if you define an application setting named AppName with a value that represents the name of your application, you might use it to set the heading of a page as shown in the following code example.