Home > Getting Started > Web.config > Configuration/applicationSettings > LicenseKey
LicenseKey
The value of this setting is your software license key.
If this value does not correspond to your specific license key, the AuctionWorx software will not receive a valid runtime ticket and will not run properly.
Usage
Change this value to equal your license key.
Example
To set your license key, you would change the highlighted value below
<setting name="LicenseKey" serializeAs="String">
<value>your license key</value>
</setting>
See also
|