Back to Abp

Deployment

docs/en/solution-templates/layered-web-application/deployment/index.md

10.3.0873 B
Original Source
json
//[doc-seo]
{
    "Description": "Learn how to deploy your ABP Framework applications in staging and production environments with options for Docker, Azure, and IIS."
}

Deployment

json
//[doc-params]
{
    "UI": ["MVC", "Blazor", "BlazorServer", "NG"],
    "DB": ["EF", "Mongo"],
    "Tiered": ["Yes", "No"]
}

This document assumes that you prefer to use {{ UI_Value }} as the UI framework and {{ DB_Value }} as the database provider. For other options, please change the preference on top of this document.

This guide explains how to deploy your application in staging and production environments based on your application architecture;