Skip to content

ASP.NET Core 3.1 - Windows Hosting Bundle Installer Doesn't Install Module For IIS Express #18360

@khalidabuhakmeh

Description

@khalidabuhakmeh

Describe the bug

I recently rebuilt my machine and was just using IIS Express. I wanted to host .NET Core in IIS Express, so I was using trying to use the Windows Hosting Bundle to install the module. I ran the installer three times. It would successfully complete, but would not install the module assemblies under the following directories:

  • C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\aspnetcorev2.dll
  • C:\Program Files\IIS\Asp.Net Core Module\V2\aspnetcorev2.dll

After enabling full IIS, the installer was able to create these folders and drop the ASP.NET Core module correctly.

To Reproduce

  1. Start with a fresh Windows 10 Installation
  2. Install IIS Express
  3. Install the Windows Hosting Bundle

Expected: Get the assemblies for the ASP.NET Core Module.
Actual: The ASP.NET Core Module never installs.

Expectations

  • Support IIS Express
  • Install the hosting module even if IIS is not presently installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Status: Resolvedarea-hostingIncludes Hostingarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsfeature-installersIncludes: Installers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions