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.
Bad |
Represents an HTTP request error |
Http |
Extensions to HttpContext that enable access to IIS features. |
IISServer |
String constants used to configure IIS In-Process. |
IIISEnvironment |
This feature provides access to IIS application information |
For more information about hosting ASP.NET Core apps with IIS, see Host ASP.NET Core with IIS.