Microsoft.AspNetCore.Server.IISIntegration Namespace

Contains types that are used to run an ASP.NET Core app with IIS in the out-of-process configuration. IIS is only supported on Windows Operating Systems.

Classes

IISDefaults

String constants used to configure IIS Out-Of-Process.

IISHostingStartup

The IHostingStartup to add IISIntegration to apps.

IISMiddleware

The middleware that enables IIS Out-Of-Process to work.

Remarks

For more information about hosting ASP.NET Core apps with IIS, see Host ASP.NET Core with IIS.