-
Notifications
You must be signed in to change notification settings - Fork 25.3k
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
Comments
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? |
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. |
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. |
Just wanted to put a quick thumbs up for responding so quickly to issues like this. Keep up the good work! 👍 |
Fixed by 4480bb1 |
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.
The text was updated successfully, but these errors were encountered: