-
Notifications
You must be signed in to change notification settings - Fork 10.3k
ASP.NET Core Module download link #1454
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
Comments
The one that comes with the RC2 tooling is the latest. That being said, we do have a separate installer specifically for servers that only includes the .NET Core runtime and ASP.NET Core module You can find the server install here |
Thank you @joeloff! I found that installer on the docs page but I don't want to install any of the .NET Core bits on my servers for now (I am targeting In the meantime I found the |
You can also download the server MSI from: https://www.microsoft.com/net/download. Search for "Windows (Server Hosting)". This includes ANCM as well as .NET Core shared runtime. |
@nil4 I'm in a similar situation to you: All of my apps will be self-contained Core CLR apps, so I don't want the full hosting bundle. There is no standalone installer for ANCM. However, I've been told that they are thinking about offering such an installer just for the module and also that the ANCM is targeted for OSS; therefore, we will be able to compile our own module even if there is no ANCM-only installer. As a workaround, you can move the module and schema manually to the server and make changes to |
Definitely not ideal. There's a perfectly good installer for just the module already (search for Would be nice to offer it as a separate download, and perhaps also update the Announcements issue to prevent people from downloading v0.8 by mistake (like I did) and wonder why it doesn't quite work. |
Great tip! Thanks for that. 😄 Does it mod the |
Looks like it does. 👏 |
Update: after installing Preview 2 VS tooling, the ANCM MSI package can be found at C:\Documents and Settings\All Users\Package Cache{4ADC4F4A-2D55-442A-8655-FBF619F94A69}v1.0.1967\packages\aspnetcoremodule_x64_en_rc2_39.msi |
According to comments on the Community Standup (7/5, 50:26) there is a switch that can be provided to the hosting bundle installer on the command line that will result in only the ANCM module being installed. Unfortunately, @shanselman and @DamianEdwards didn't actually say what the switch was. 😄 |
When you download the EXE, you can run it from the commandline and pass OPT_INSTALL_REDIST=0. That will disable the .NET redist and only install ANCM |
This issue is being closed because it has not been updated in 3 months. We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate. |
The RC2 VS tooling installs ASP.NET Core Module v0.9.1965, while the download links in the Announcements post still point to v0.8.
Where can I find the installer for the latest ASP.NET Core Module to deploy to my server?
Update: after installing Preview 2 VS tooling, the ANCM MSI package can be found at C:\Documents and Settings\All Users\Package Cache{4ADC4F4A-2D55-442A-8655-FBF619F94A69}v1.0.1967\packages\aspnetcoremodule_x64_en_rc2_39.msi.
However, an official download link is still missing.
The text was updated successfully, but these errors were encountered: