[]
        
(Showing Draft Content)

Deployment

ActiveReports.NET can be deployed to any supported environment. Depending on the choice of environment and the specific scenario that needs to be addressed, you can choose the environment.

To deploy ActiveReports successfully, you need to have an idea about the following details related to Licensing and GAC.

  • Licensing: Each environment requires its licensing scenario. See the License ActiveReports topic for details.
  • GAC (Global Assembly Cache): ActiveReports supports installation to the GAC. However, you should implement it manually as no special scripts are provided.

type=note

Note: If you are deploying a single file application in NET 6.0 or above, you should set IncludeAllContentForSelfExtract property to 'true' in your project or change the Target framework to NET Core 3.1 for custom script to work. See Single-file Deployment for more information.

ActiveReports can be deployed in the following supported environments:

  • Windows apps

    Learn how to deploy ActiveReports Windows projects to your system.

  • Web apps

    Learn how to deploy ActiveReports Web projects to your Web server.

  • Non-Windows environment

    Learn how to deploy applications across non-Windows environments Mac and Linux.

  • Cloud services

    Learn how to deploy applications across cloud services such as Azure App Service, Amazon Web Services, and Google Cloud services.

  • Using Docker on Windows environment

    Learn how to deploy applications using Docker on Windows.

See Also

Developers

License ActiveReports