Microsoft.AspNetCore.Server.IIS Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.