Microsoft.AspNetCore.Server.IIS Namespace

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

Classes

BadHttpRequestException

Represents an HTTP request error

HttpContextExtensions

Extensions to HttpContext that enable access to IIS features.

IISServerDefaults

String constants used to configure IIS In-Process.

Interfaces

IIISEnvironmentFeature

This feature provides access to IIS application information

Remarks

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