Microsoft.AspNetCore.Server.IISIntegration 命名空间

包含用于在进程外配置中使用 IIS 运行 ASP.NET Core应用的类型。 IIS 仅在 Windows 操作系统上受支持。

IISDefaults

用于配置 IIS 进程外配置的字符串常量。

IISHostingStartup

IHostingStartup 向应用添加 IISIntegration 的 。

IISMiddleware

使 IIS 进程外正常工作的中间件。

注解

有关使用 IIS 托管 ASP.NET Core应用的详细信息,请参阅使用 IIS 托管 ASP.NET Core