# Deployment

This topic gives an overview of ActiveReports deployment options.

## Content



**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](/activereportsnet/docs/v19.2/developers/ar-how-licensing-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](/activereportsnet/docs/v19.2/developers/working-with-reports-devs/section-report-developers/code-based-section-reports/add-code-to-layouts-using-script) to work. See [Single-file Deployment](https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli) for more information.

ActiveReports can be deployed in the following supported environments:

*   **[Windows apps](/activereportsnet/docs/v19.2/devops/deploy-devops/deploy-win-app)**
    
    Learn how to deploy ActiveReports Windows projects to your system.
    
*   **[Web apps](/activereportsnet/docs/v19.2/devops/deploy-devops/deploy-web-app)**
    
    Learn how to deploy ActiveReports Web projects to your Web server.
    
*   **[Non-Windows environment](/activereportsnet/docs/v19.2/devops/deploy-devops/deploy-applications-in-non-windows-environment)**
    
    Learn how to deploy applications across non-Windows environments Mac and Linux.
    
*   [**Cloud services**](/activereportsnet/docs/v19.2/devops/deploy-devops/deploy-applications-to-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**](/activereportsnet/docs/v19.2/devops/deploy-devops/deploy-application-using-docker)
    
    Learn how to deploy applications using Docker on Windows.
    

## See Also

#### Developers

[License ActiveReports](/activereportsnet/docs/v19.2/developers/ar-how-licensing-activereports)