AspNetCoreModule

screenshot of AspNetCoreModule

ASP.NET Core Module for IIS and IIS Express

Overview

The ASP.NET Core Module is an essential IIS Module responsible for managing process management of ASP.NET Core HTTP listeners and proxying requests to the process it oversees. Previously a standalone project, it has now been incorporated into the IIS Integration project.

Features

  • Process Management: Manages ASP.NET Core HTTP listeners efficiently.
  • Request Proxying: Effectively proxies requests to the managed process.
  • Integration with IIS: Seamlessly integrates with Internet Information Services.

Summary

The ASP.NET Core Module, now part of the IIS Integration project and supported by the .NET Foundation, is a crucial component for managing ASP.NET Core applications within IIS. With features like process management and request proxying, it enhances the performance and efficiency of ASP.NET Core HTTP listeners. Easy to install and integrate, this module is a valuable asset for developers working with ASP.NET Core applications.