IISASPNET
IISASPNET is the integration layer used to host ASP.NET applications in Microsoft Internet Information Services (IIS). It comprises the ASP.NET runtime, the request processing pipeline, and the configuration that connects IIS to the managed code executed by the .NET Framework or .NET runtime.
In IIS 6 and earlier, ASP.NET was enabled via the aspnet_isapi.dll ISAPI extension, which forwarded eligible
The functionality includes dynamic compilation of pages, authentication, authorization, caching, session state, request validation, and error
For ASP.NET Core applications, hosting in IIS uses a separate component called the ASP.NET Core Module (ANCM),
Management and configuration are performed via web.config and machine.config and through the IIS Manager, with application