
Web server implementations in ASP.NET Core | Microsoft Learn
May 28, 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.
Kestrel web server in ASP.NET Core | Microsoft Learn
Dec 9, 2025 · Kestrel is a cross-platform web server for ASP.NET Core. Kestrel is the recommended server for ASP.NET Core, and it's configured by default in ASP.NET Core project templates.
HTTP.sys web server implementation in ASP.NET Core
Aug 4, 2025 · Learn about HTTP.sys, a web server for ASP.NET Core on Windows. Built on the HTTP.sys kernel-mode driver, HTTP.sys is an alternative to Kestrel that can be used for direct …
Use HTTP/3 with the ASP.NET Core Kestrel web server
Nov 13, 2025 · Learn about using HTTP/3 with Kestrel, the cross-platform web server for ASP.NET Core.
Open Web Interface for .NET (OWIN) with ASP.NET Core
Apr 24, 2025 · Discover how ASP.NET Core supports the Open Web Interface for .NET (OWIN), which allows web apps to be decoupled from web servers.
Host ASP.NET Core on Windows with IIS | Microsoft Learn
Jul 31, 2024 · Internet Information Services (IIS) is a flexible, secure and manageable Web Server for hosting web apps, including ASP.NET Core.
ASP.NET Core Web Host | Microsoft Learn
Sep 10, 2024 · This article covers the Web Host, which remains available only for backward compatibility. The ASP.NET Core templates create a WebApplicationBuilder and WebApplication, …
Configuring Step 1: Install IIS and ASP.NET Modules
May 24, 2022 · On the Web Server Role (IIS) page, click Next. On the Select role services page, note the preselected role services that are installed by default, expand the Application Development node, …
Web Servers in Visual Studio for ASP.NET Web Projects
Jun 26, 2014 · This topic describes each of the web servers and how to select a web server for testing. The following table provides summary guidance for choosing a web server in Visual web Developer.
<system.webServer> | Microsoft Learn
May 9, 2020 · Overview The <system.webServer> element specifies the root element for many of the site-level and application-level configuration settings for Internet Information Services (IIS) 7 in the …