Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AspNetCoreModule is missing #517

Open
gulfraz1 opened this issue Sep 30, 2023 · 1 comment
Open

AspNetCoreModule is missing #517

gulfraz1 opened this issue Sep 30, 2023 · 1 comment
Labels
Feature Request Enhancement to existing functionality or new functionality

Comments

@gulfraz1
Copy link

Is this possible to include AspNetCoreModule in this repo so we can host dot net core applications also ?

@gulfraz1 gulfraz1 added the Feature Request Enhancement to existing functionality or new functionality label Sep 30, 2023
@jakauppila
Copy link
Contributor

This would be interesting, though it doesn't look like the AspNetCoreModule is distributed outside of the Web Hosting Bundle.

So at that point, we'd need to:

  1. Reference the hosting bundle which is a moving target as new versions are released
    • We'd want some consideration for air-gapped environments that would need to host it internally
  2. Manage installation of the ASP.NET Core Module via the installer and omit the runtime installation?

This might be better served by an example windows_package snippet in the readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Enhancement to existing functionality or new functionality
Projects
None yet
Development

No branches or pull requests

2 participants