You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<StringId="InstallResetIIS"><!--_locComment_text="'here' is to be translated"-->Please restart IIS after the installation completes. You can find additional information <a href="https://aka.ms/aspnet/8.0/host-and-deploy-with-iis">here</a>.</String>
<StringId="InstallNoIIS"><!--_locComment_text="'here' is to be translated"-->IIS is not enabled on this machine. If you intend to run ASP.NET Core applications with IIS, you must install IIS before running this installer. You can find additional information <a href="https://aka.ms/aspnet/8.0/host-and-deploy-with-iis">here</a>.</String>
<StringId="EulaPrivacy"><!--_locComment_text="{Locked='[WixBundleName]'}"-->[WixBundleName] <a href="https://go.microsoft.com/fwlink/?LinkId=329770">license terms</a> and <a href="https://go.microsoft.com/fwlink/?LinkId=786378">privacy statement</a>.</String>
<StringId="ModifyResetIIS"><!--_locComment_text="'here' is to be translated"-->Please restart IIS after the installation completes. You can find additional information <a href="https://aka.ms/aspnet/8.0/host-and-deploy-with-iis">here</a>.</String>
<StringId="ModifyNoIIS"><!--_locComment_text="'here' is to be translated"-->IIS is not enabled on this machine. If you intend to run ASP.NET Core applications with IIS, you must install IIS before running this installer. You can find additional information <a href="https://aka.ms/aspnet/8.0/host-and-deploy-with-iis">here</a>.</String>
#60080 should fix this for 10.0 and beyond. I updated the aka.ms link that we use in 8 & 9 so that it always points to the latest, which should be fine since the content doesn't change.
Activity
martincostello commentedon Jan 14, 2025
In English at least, looks like these just need these to be updated:
aspnetcore/src/Installers/Windows/WindowsHostingBundle/1033/thm.wxl
Lines 55 to 59 in d4880ed
martincostello commentedon Jan 14, 2025
All the references
wtgodbe commentedon Jan 28, 2025
Thanks for the report! I think we should just create a new non-versioned link & use that going forward. I'll get that fixed up for 9 & 10
wtgodbe commentedon Jan 28, 2025
#60080 should fix this for 10.0 and beyond. I updated the aka.ms link that we use in 8 & 9 so that it always points to the latest, which should be fine since the content doesn't change.
Claire-kangkang commentedon Feb 6, 2025
We verified install the 9.0 Hosting bundle, it already been fixed.