Skip to content

Clarification on ASP.NET Core Hosting Compatibility with IIS on Windows Server 2012 R2 and Windows Server 2012 Standard #34059

@prathik-93

Description

@prathik-93

Description

I am currently evaluating the hosting capabilities of ASP.NET Core applications on both Windows Server 2012 R2 and Windows Server 2012 Standard, and I need confirmation regarding their compatibility with IIS. Specifically, I would like to understand whether ASP.NET Core applications can be hosted using IIS on both Windows Server 2012 R2 and Windows Server 2012 Standard with the ASP.NET Core Module (ANCM), and if there are any special requirements or limitations for this setup on either version.
From my research, I understand the following:

  • ASP.NET Core is supported on both Windows Server 2012 R2 and Windows Server 2012 Standard when using Kestrel as the web server.
  • The ASP.NET Core Hosting Bundle (which includes the ASP.NET Core Module) is required for IIS to reverse proxy requests to Kestrel.
  • ASP.NET Core Module (ANCM) is supported on Windows Server 2012 R2, allowing IIS to function as a reverse proxy for ASP.NET Core applications.

Could you please confirm:

  1. Whether ASP.NET Core applications can be hosted using IIS with the ASP.NET Core Module on Windows Server 2012 Standard in addition to Windows Server 2012 R2?
  2. If there are any specific version requirements, considerations, or limitations when hosting ASP.NET Core on IIS for either of these versions of Windows Server?
  3. Are there any known issues, configuration settings, or best practices that should be considered when deploying ASP.NET Core applications in these environments?

Any additional guidance or confirmation would be greatly appreciated. I look forward to your response.

Thank you for your time and support.

Page URL

https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-8.0

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/host-and-deploy/iis/index.md

Document ID

7903ce53-2cbb-f083-7479-c8abc30211a0

Article author

@Rick-Anderson

Related Issues

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions