Server License
When you purchase a license, a PID(product number) and a SN(serial number) are issued for the product, you must manage so as not to lose.
- To use a full(commercial) license
-
- After logging in to the DEXTSolution site, you should register specified PID and SN. (only once)
- Go to the "Installation Information" page, looking for the license information corresponding to the PID and the SN, and registering ther server host name and IP. Then issue an authentication key.
- Open the "Web.config" file for the web application, set the authentication key to the "authkey" attribute of the "settings" element of the "dextupload.net" section.
<configuration> <configSections> <!-- Defines a section for reading dextupload.net configuration. --> <sectionGroup name="dextupload.net"> <section name="settings" type="System.Configuration.SingleTagSectionHandler, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> </sectionGroup> </configSections> <dextupload.net> <!-- Authentication key: 9Ubwly9EZZZhBENEepUVH ... skip ... GxAJcB03gQQcM1Q --> <settings ... authkey="9Ubwly9EZZZhBENEepUVH ... skip ... GxAJcB03gQQcM1Q" /> </dextupload.net> ... </configuration>
- To use a trial(evaluation) license
-
DEXTUpload.NET Professional developers license is not provided separately, it is provided a trial license good for 30 days.
Unlike the full license, you don't need to register trial license(PID and SN) on the DEXTSolution site. Instead, when you download the product of a trial version, you will receive a PID and a SN by email and should issue directly to a trial activation key from the DEXTSolution site.
Like a full(commercial) license, open the "Web.config" file for the web application, set the authentication key to the "authkey" attribute of the "settings" element of the "dextupload.net" section.
- If the server information has been changed
-
If the host running the service by using DEXTUpload.NET Professional is changed or the service is moved to other host, it is possible to occur errors as the following.
[DEXTNET...] Your evaluation license cannot be used at current host... [DEXTNET...] Your certificated license cannot be used at current host... [DEXTNET...] Your license is already used at another server...
This is due to the reason that does not match the installation information(computer name or IP) registered in the license. If you want to solve this problem, change the host name or IP at the page(DEXTSolution => MY PAGE => Installation Information Change), issue a new authentication key and specify to the "authkey" attribute at the "Web.config" file.
- Notes of license
-
DEVPIA Inc., manages only customer information like the PID(product number), SN(serial number) and license type identified at the purchasing
Changing the installation information(host name, IP), re-issuing new authentication key, is a matter that the customer must manage directly.