Skip to main content

Microsoft.AspNetCore.Server.IIS 2.2.6 — NuGet Package for .NET

Microsoft.AspNetCore.Server.IIS 2.2.6 NuGet package for .NET. Provides support for hosting ASP.NET Core in IIS using the AspNetCoreModule. This package…

Authors: Microsoft

Total downloads: 81,729,103

Project URL: https://asp.net/

License: https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt

Tags: aspnetcore, iis

Install Microsoft.AspNetCore.Server.IIS 2.2.6

.NET CLI

dotnet add package Microsoft.AspNetCore.Server.IIS --version 2.2.6

Package Manager Console

Install-Package Microsoft.AspNetCore.Server.IIS -Version 2.2.6

PackageReference (csproj)

<PackageReference Include="Microsoft.AspNetCore.Server.IIS" Version="2.2.6" />

View full details, downloads chart, dependencies and version history on NuBrowse.