Edit/Add Connection String Dialog Box
The Edit/Add Connection String dialog box lets you create a new ConnectionString property or edit an existing ConnectionString property. The Edit/Add Connection String dialog box appears when you click Add or Edit on the General tab in the ASP.NET Configuration Settings dialog box.
Note |
|---|
The MMC snap-in for ASP.NET works with IIS 6.0 or earlier. The IIS 7.0 administration tool includes the functionality of the ASP.NET MMC tool. For more information, see ASP.NET and IIS Configuration. |
To display the ASP.NET Configuration Settings dialog box from the Microsoft Internet Information Services (IIS) Manager
Open the Properties dialog box for the Web application.
Click ASP.NET, click Edit Configuration, and then click Application.
You can click Add on the General tab in the ASP.NET Configuration Settings dialog box to display the Edit/Add Connection String dialog box. Then, you specify the name or key for the ConnectionString property and the Connection parameter.
You can also click Edit on the General tab in the ASP.NET Configuration Settings dialog box to display the Edit/Add Connection String dialog box, where you can then edit an existing ConnectionString property. The selected ConnectionString property appears in the Connection parameter box.
Note |
|---|
Configuration settings can be inherited. Settings can be defined in the Machine.config file, which acts as the base configuration for all Web sites and Web applications on the server. You can create new settings or override inherited settings by making configuration settings at the Web-application level. |
For information about ASP.NET Configuration Settings, see ASP.NET Configuration Overview
The Edit/Add Connection String dialog box lets you complete the following tasks:
Add a new ConnectionString property to the Connection string manager dialog box on the General tab.
Edit an existing ConnectionString property in the Connection string manager dialog box on the General tab.
Note