CoreUpload 5.0 License Installation
===================================

License file name
-----------------

Use `coreupload.lic`.

Local development
-----------------

No license file is required on:

- `localhost`
- `127.0.0.1`
- `::1`

Deployed environments
---------------------

Install `coreupload.lic` in one of these locations:

- application root
- `bin\`
- `licenses\`
- `App_Data\`

Explicit configuration
----------------------

You can also point CoreUpload to a specific file:

builder.Services.AddCoreUpload(options =>
{
    options.LicenseFile = "licenses/coreupload.lic";
});

Result
------

After the license file is installed, the trial watermark is removed on the next request.
