Skip to content

Trial License

Michael Ketting edited this page Feb 1, 2023 · 1 revision

When evaluating CoreForms in a trial- or demo-scenario, you can supply a trial license during the application startup:

public static void Main()
{
  // set the license first during the initialization phase:
  LegacyAspNetInitialization.License =
      "I hereby confirm that I use CoreForms only for trial purposes and have read and accept the CoreForms Trial License.";

  // remaining code of the startup
}

The license string shown above is meant to be used verbatim.