Discount for my course: High Performance Coding with .NET Core and C#

Gergely Kalapos


Hosting ASP.NET Core 2.1 in IIS (ANCM, in-process model) - .NET Concept of the Week - Episode 12

Posted on April 23, 2018



IMPORTANT: As it looks today, this feature won't be shipped in 2.1 final.
Here is more info about how and when this will be shipped.

In this episode we take a look at the changes in the ASP.NET Core Module (ANCM) in 2.1. ANCM is the IIS module that we need to host ASP.NET Core apps in IIS.

I show you how the in-process hosting model works and we will compare the performance of this new in-process model to the out-of-process model which was the only hosting model before 2.1. Hint: in-process is faster ;)

Links:
Microsoft blog post on this topic

Sample code from the video: on GitHub
Full playlist with other episodes: on YouTube

Music: bensound.com


;