Previous Topic: Support for Native Image GenerationNext Topic: Edit Encrypted Sections of Configuration Files


Support for Encryption

CA Gen stores the passwords of an ASP.NET Web Client application in the sessionState, and connectionStrings sections of the configuration files.

When building a CA Gen ASP.NET Web Client application, you have the option to encrypt the sessionState, and connectionStrings sections of the configuration files.

With the DataSources node on MSI .NET Assemble Details dialog in the Build Tool, you can enable the encryption of the following sections of the configuration files:

The following screenshot details the DataSources node on MSI .NET Assemble Details dialog:

MSI.NET Assemble Details dialog with DataSources selected

You can also use the ASP.NET node on MSI .NET Assemble Details dialog in the Build Tool to encrypt the sessionState section in web.config for the client.

The following screeshot details the ASP.NET node on MSI .NET Assemble Details dialog:

MSI .NET Assemble Details dialog with ASP.NET selected

Note: For more information about the MSI .NET Assemble Details dialog, see the Build Tool Help.

More information:

Set Up the Application Server Environment