
ASP.NET Core Web Host | Microsoft Learn
Dec 16, 2025 · Learn about Web Host in ASP.NET Core, which is responsible for app startup and lifetime management.
ASP.NET Hosting Options (C#) | Microsoft Learn
Jun 15, 2023 · This tutorial series examines the steps for deploying an ASP.NET application to a web host provider, exploring common challenges. This tutorial offered a high-level overview of the …
Host ASP.NET Core on Linux with Nginx | Microsoft Learn
Learn how to set up Nginx as a reverse proxy on Ubuntu, RHEL and SUSE to forward HTTP traffic to an ASP.NET Core web app running on Kestrel.
Host and deploy ASP.NET Core | Microsoft Learn
Dec 5, 2024 · For information on configuration for hosting ASP.NET Core apps in a web farm environment (for example, deployment of multiple instances of your app for scalability), see Host …
Quickstart: Deploy an ASP.NET web app - Azure App Service
Dec 17, 2025 · In this quickstart, you learn how to create and deploy your first ASP.NET web app to Azure App Service. App Service supports various versions of .NET apps. It provides a highly …
Azure hosting recommendations for ASP.NET Core web apps
Sep 21, 2022 · For ASP.NET Core monolithic web applications and supporting services, there are several well-known configurations that are recommended. The recommendations on this article are …
Web server implementations in ASP.NET Core | Microsoft Learn
Jul 30, 2025 · Discover the web servers Kestrel and HTTP.sys for ASP.NET Core. Learn how to choose a server and when to use a reverse proxy server.
Host ASP.NET Core on Windows with IIS | Microsoft Learn
Aug 1, 2025 · Internet Information Services (IIS) is a flexible, secure and manageable Web Server for hosting web apps, including ASP.NET Core.
web.config file | Microsoft Learn
Discover what is inside of the web.config file and how to configure different ASP.NET Core Module options.
Deploying Your Site Using Visual Studio (C#) | Microsoft Learn
Jul 11, 2022 · The preceding tutorial looked at how to deploy a simple ASP.NET web application to a web host provider. Specifically, the tutorial showed how to use an FTP client like FileZilla to transfer …