Skip to content

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

Closed
nil4 opened this issue May 17, 2016 · 11 comments
Closed

ASP.NET Core Module download link #1454

nil4 opened this issue May 17, 2016 · 11 comments

Comments

@nil4
Copy link
Contributor

nil4 commented May 17, 2016

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.

@joeloff
Copy link
Member

joeloff commented May 17, 2016

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

@nil4
Copy link
Contributor Author

nil4 commented May 17, 2016

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 net46). I was looking for a standalone installer for ASP.NET Core Module only.

In the meantime I found the aspnetcoremodule_x64_en_rc2_14.msi in my Package Cache folder and will use it to test further.

@muratg
Copy link
Contributor

muratg commented May 17, 2016

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.

@guardrex
Copy link
Contributor

@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 applicationHost.config (manually or via PS). Not ideal, right? 😄 ... but it will work.

@nil4
Copy link
Contributor Author

nil4 commented May 18, 2016

Definitely not ideal. There's a perfectly good installer for just the module already (search for aspnetcoremodule_x64_en_rc2_14.msi after you install the Preview1 tooling). It installs exactly what's needed: the IIS module and the schema. It's just bundled together with the .NET Core bits and it takes a bit of effort to fish it out.

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.

@guardrex
Copy link
Contributor

There's a perfectly good installer for just the module already (search for aspnetcoremodule_x64_en_rc2_14.msi

Great tip! Thanks for that. 😄 Does it mod the applicationHost.config as well?

@nil4
Copy link
Contributor Author

nil4 commented May 18, 2016

Looks like it does. 👏

@nil4 nil4 changed the title ASP.NET Core Module preview 1 download link ASP.NET Core Module download link Jul 6, 2016
@nil4
Copy link
Contributor Author

nil4 commented Jul 6, 2016

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

@guardrex
Copy link
Contributor

guardrex commented Jul 6, 2016

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. 😄

@joeloff
Copy link
Member

joeloff commented Jul 6, 2016

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

@aspnet-hello
Copy link

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.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants