-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-hostingIncludes HostingIncludes Hostingarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsfeature-installersIncludes: InstallersIncludes: Installers
Description
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
- Start with a fresh Windows 10 Installation
- Install IIS Express
- 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
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-hostingIncludes HostingIncludes Hostingarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsfeature-installersIncludes: InstallersIncludes: Installers