Microsoft.AspNetCore.Server.IISIntegration 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 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.