Combination license
Combination license is able to use both the client and server products with only one license information.
Combination license can be applied to both the client/server products with the one authentication key that is issued at the DEXTSolution site.
DEXTUpload.NET Professional products support the combination license from the 5.3.0.0 version.
- To use a full(commercial) license
-
- When purchasing a license, you get a PID(product number) and a SN(serial number) for the product.
- 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 service information(domain name or 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>
- Understanding of the service information(domain name or IP)
-
The service information is an information specifed for issuing the authentication key at the "Installation Information" page, it is the part of the host of the address(URL) except schema(http/https) and port number.
If the upload address is "http://host1.abc.com:8080/service/path?query=string", the "host1.abc.com" is the service information. Sometime, IP(123.45.67.122) string should be the service information if there is no defined domain like a "https://123.45.67.122:443/service/path?query=string".
Although "www.abc.com" and "abc.com" is the same domain, but it is recognized as other services.
"localhost, 127.0.0.1" is a possible service without registering as a service information. If there is no service information to be input, it may enter "127.0.0.1".
If the service information has been changed, it must be re-issued the authentication key.
- 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.