我读了Rick Strahl写的这本神奇的article。微软表示,在DotNet核心2.2之后,微软决定添加InProcess模式,直接使用IIS来处理请求,而不是使用OutOfProcess,后者使用Kestrel web服务器来处理进程。我们知道,在这种模式下,IIS被用作反向We服务器代理,以获取请求并将其发送到kestrel。 <!-- hostingModel is the new property here -->
<aspNetCore processPath="dotnet" arguments=".\WebApplicat