Advanced Installation TopicsInstall Sana Commerce SDK

Install Sana Commerce SDK

Sana Commerce 9.1
Your connector

Generate AES Security Keys

Before compiling the Sana Commerce SDK solution in Visual Studio you need to generate two AES security keys.

Step 1: Extract the contents of the Sana Commerce SDK zip package.

Step 2: Run the 'AesKeysGenerator.ps1' PowerShell script from the 'SDK' directory.

This script will generate the 'AesKey' and 'AesVector' security keys and insert them into the 'Web.config' file of the Sana Commerce Starter Site.

Step 3: When the script has been executed open the 'Web.config' file of the Sana Commerce Starter Site in any text editor and check whether the AES security keys are present in the <securityKeys> section.

Now you can proceed to compiling the Sana Commerce SDK solution.

Advanced Installation TopicsInstall Sana Commerce SDK