You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
publicstaticvoidMain(){// 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.