Previous Topic: Global Assembly Cache (.NET only)Next Topic: Tracing (.NET only)


DataSources (.NET only)

When you select DataSources from the MSI .NET Assemble Details panel, the following dialog appears:

MSI .NET Assemble Details panel with with DataSources selected

The fields in the Tracing dialog are as follows:

Client Connection Strings

Specifies the connection string parameters for every logical database name specified with ASP.NET Clients.

Encrypt connectionStrings section (web.config)

If selected, CA Gen encrypts the connection string in the web.config file

Name

Specifies the name of the database

Data Provider

Specifies the data provider. This is an enterable drop down that displays the list of data providers. By default, four data providers are listed. They are:

  • System.Data.Odbc
  • System.Data.SqlClient
  • IBM.Data.DB2
  • Oracle.DataAccess.Client

Note: You can enter your own data provider

Server Connection Strings

Specifies the connection string parameters for every logical database name specified with .NET Servers.

Encrypt connectionStrings section (Application.config)

If selected, CA Gen encrypts the connection string in the Application.config file

Name

Specifies the name of the database

Data Provider

Specifies the data provider. This is an enterable drop down that displays the list of data providers. By default, four data providers are listed. They are:

  • System.Data.Odbc
  • System.Data.SqlClient
  • IBM.Data.DB2
  • Oracle.DataAccess.Client

Note: You can enter your own data provider.