你的位置: 码友网首页 / 资讯源列表 / ASP.NET Core InProcess Hosting on IIS with ASP.NET Core 2.2

关于[ASP.NET Core InProcess Hosting on IIS with ASP.NET Core 2.2]的摘要:

ASP.NET Core 2.2 has been out for a while now and with it come some significant improvements to the hosting model if you plan on hosting in IIS. In previous versions you were required to host ASP.NET Core applications by proxying requests from IIS into the ASP.NET Core Kestrel server with IIS effectively as a Reverse Proxy. I wrote about this in a detailed blog post a while back. In version 2.2 ASP.NET Core adds support for direct in-process hosting which improves throughput considerably using an easy mechanism that allows switching between in-process and out-of-process hosting.

原文地址: https://weblog.west-wind.com/posts/2019/Mar/16/ASPNET-Core-Hosting-on-IIS-with-ASPNET-Core-22

收录时间: 2019-03-18 浏览量: 1712 分类: ASP.NET Core

| 0 收藏 | 0