Application Settings
Applies To: Windows Server 2012 R2, Windows Server 2012
Use the Application Settings feature page to manage a list of key/value pairs that are stored in the Web.config file of your application. Application settings can be accessed from anywhere within the application.
Sort the list by clicking one of the feature page column headings or select a value from the Group by drop-down list to group similar items.
Related scenarios
In this document
The following tables describe the UI elements that are available on the feature page and in the Actions pane.
Element Name |
Description |
---|---|
Name |
Displays the name of the application setting variable. |
Value |
Displays the value assigned to the application setting variable. |
Entry Type |
Displays whether the item is local or inherited. Local items are read from the current configuration file, and inherited items are read from a parent configuration file. |
Element Name |
Description |
---|---|
Add |
Opens the Add Application Setting dialog box in which you can add an application setting variable and value. |
Edit |
Opens the Edit Application Setting dialog box in which you can edit the selected application setting. |
Remove |
Removes the item that is selected from the list on the feature page. |
Use the Add Application Setting and Edit Application Setting dialog boxes to add or edit global variables that are stored in a central location. These name/value pairs can be accessed from anywhere in an application.
Element Name |
Description |
---|---|
Name |
Defines a unique name for the application setting. |
Value |
Defines a value for the application setting. |