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

Installing hosting bundle seems to cause restart of application pools #8428

Closed
bernhof opened this issue Sep 6, 2018 — with docs.microsoft.com · 5 comments
Closed
Assignees
Labels
Pri2 Source - Docs.ms Docs Customer feedback via GitHub Issue

Comments

Copy link

bernhof commented Sep 6, 2018

While this is not an issue in itself, a mention of this in the docs under "Install the .NET Core Hosting Bundle" would be nice, since this can cause some hickups on (especially) older web applications that have special requirements for app pool recycling.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@bernhof bernhof changed the title Hosting bundle seems to cause restart of application pools Installing hosting bundle seems to cause restart of application pools Sep 6, 2018
@guardrex
Copy link
Collaborator

guardrex commented Sep 6, 2018

Thanks @bernhof ... I can't speak to the current hosting bundle having this behavior (first that I've heard of this). Let's ask the engineers about it.

As a side-note: For the upcoming 2.2 release, they are going to make it so that the hosting bundle installer performs an IIS restart, which is going to have the same effect as what you're asking about. I'll use this issue to document that. For more info, see https://github.com/aspnet/IISIntegration/issues/1278.

@jkotalik @joeloff ... Does using the current hosting bundle installer cause some or all app pools to recycle?

@guardrex guardrex self-assigned this Sep 6, 2018
@guardrex guardrex added Pri2 2.2 Source - Docs.ms Docs Customer feedback via GitHub Issue labels Sep 6, 2018
@guardrex guardrex added this to the Sprint 141 (9/3 to 9/21) milestone Sep 6, 2018
@guardrex guardrex mentioned this issue Sep 6, 2018
32 tasks
@jkotalik
Copy link
Contributor

jkotalik commented Sep 6, 2018

The current hosting bundle can cause an iisreset (which stops all app pools) if the ANCM installers detect that IIS needs to reset to complete installation. We are working on making the installers reset no matter what because, as mentioned here: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-2.1&tabs=aspnetcore2x#install-the-net-core-hosting-bundle, net start/stop are required to pick up the dotnet path changes. Once the feature is verified and in, I'll ping this thread again so we can collaborate on making the docs correct.

@guardrex
Copy link
Collaborator

guardrex commented Sep 6, 2018

Once the feature is verified and in, I'll ping this thread again so we can collaborate on making the docs correct.

In the meantime, I'll add a short note that pertains to the current installer and just mark the PR as addressing this issue to keep it open after we merge. I'll ping u for review on it shortly.

@bernhof
Copy link
Author

bernhof commented Sep 12, 2018

Just wanted to put a quick thumbs up for responding so quickly to issues like this. Keep up the good work! 👍

@guardrex
Copy link
Collaborator

Fixed by 4480bb1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pri2 Source - Docs.ms Docs Customer feedback via GitHub Issue
Projects
None yet
Development

No branches or pull requests

3 participants