Dashboard Shop Ask a question
Log in
Knowledge base

How should I deploy ASP.NET Core applications? (Deployment Modes)

We support both "Framework-Dependent" and "Self-Contained" deployment modes. For maximum stability, we recommend publishing your application as Self-Contained. This bundles the specific .NET runtime your app needs directly into your upload folder, ensuring your site runs perfectly even if the server's global installed versions change. If you choose Framework-Dependent, please check our server specs to ensure the required runtime is installed.

© Copyright 2025 Doka management panel