db
The database connection string. Set the value of the key „db“ according to your database configuration.
• | Set „user id“ to a user who has read and write access to your Activation Server 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 key="DB" value="user id=sa;data source=MIRAGE-LPX350TU\SQLEXPRESS;persist security info=False;initial catalog=lpweb;password="x8736kie938"/>