The database connection string. Set the value of the key „AS3“ according to your database configuration.
•Set „user id“ to a user who has read and write access to your Activation Server 5 database
•Set „password“ to the password of the configured user.
•Set „data source“ to your SQL Server machine, e.g. MIRAGE-LPX350TU\SQLEXPRESS
•Set „initial catalog“ to your database-name. The default name is lpweb.
Example
<add name="AS3" connectionString="user id=sa;data source=MIRAGE-LPX350TU\SQLEXPRESS;persist security info=False;initial catalog=lpweb;password=x8736kie938" />