Application Settings Page

Applies To: Windows Server 2008 R2

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.

UI Element List

The following tables describe the UI elements that are available on the feature page and in the Actions pane.

Feature Page Elements

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.

Actions Pane Elements

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.

See Also

Other Resources

Configuring Application Settings in IIS 7 (online)