DEXTUpload.NET Professional
menu toggleProduct Information > Licensing > Domain license

Domain license

DEXTUpload.NET Professionald supports the domain license from the 5.3.0.0 version.

When you purchase a license, a PID(product number) and a SN(serial number) are issued for the license of product, you must manage so as not to lose.

To use a full(commercial) license
  1. After logging in to the DEXTSolution site, you should register specified PID and SN. (only once)
  2. 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.
  3. 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.

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.

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.