Web API Edition | ComponentOne
Web API / Licensing
In This Topic
    Licensing
    In This Topic

    Licensing is a way to protect intellectual property by ensuring that users are authorized to use MESCIUS products in their software. For details on licensing, please refer MESCIUS Licensing information. You can also check our website for the same.

    You can license your WebAPI applications using the following two ways:

    Adding License File manually

    1. In the Solution Explorer, right click the project and select Add | New Item. The Add New Item dialog appears.
    2. In the Add New Item dialog, select C# | General and select Text File in the right pane.
    3. Name the text file as licenses.licx.
    4. Add the following to the text file:
      Licenses.licx
      Copy Code
      C1.Web.Api.LicenseDetector, C1.Web.Api
      
    See Also