Skip to content

The document link still point to 8.0 when we click it in 9.0 or 10.0 hosting bundle installation page #59878

@Claire-kangkang

Description

@Claire-kangkang

Description

The document link is incorrectly in Hosting bundle installation page.

Reproduction Steps

  1. Download the .NET 10.0 or .NET 9.0 Hosting bundle and install it.
  2. Click the link in installation page, check the document version.
    Image

Expected behavior

The document link should switch to correctly page that match the version of hosting bundle

Actual behavior

We click the link in 9.0 or 10.0 installation page. but the document still displays 8.0 not switch to 9.0 or 10.0.

Image

Regression?

This issue didn't reproduce with 6.0/7.0/8.0 version

Known Workarounds

No response

Configuration

This is a document link issue, there is no special configuration

Other information

No response

Activity

ghost added
needs-area-labelUsed by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically
on Dec 23, 2024
removed
needs-area-labelUsed by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically
on Dec 23, 2024
ghost added
needs-area-labelUsed by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically
on Jan 14, 2025
martincostello

martincostello commented on Jan 14, 2025

@martincostello
Member

In English at least, looks like these just need these to be updated:

<String Id="InstallResetIIS"><!--_locComment_text="'here' is to be translated"-->Please restart IIS after the installation completes. You can find additional information &lt;a href="https://aka.ms/aspnet/8.0/host-and-deploy-with-iis"&gt;here&lt;/a&gt;.</String>
<String Id="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 &lt;a href="https://aka.ms/aspnet/8.0/host-and-deploy-with-iis"&gt;here&lt;/a&gt;.</String>
<String Id="EulaPrivacy"><!--_locComment_text="{Locked='[WixBundleName]'}"-->[WixBundleName] &lt;a href="https://go.microsoft.com/fwlink/?LinkId=329770"&gt;license terms&lt;/a&gt; and &lt;a href="https://go.microsoft.com/fwlink/?LinkId=786378"&gt;privacy statement&lt;/a&gt;.</String>
<String Id="ModifyResetIIS"><!--_locComment_text="'here' is to be translated"-->Please restart IIS after the installation completes. You can find additional information &lt;a href="https://aka.ms/aspnet/8.0/host-and-deploy-with-iis"&gt;here&lt;/a&gt;.</String>
<String Id="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 &lt;a href="https://aka.ms/aspnet/8.0/host-and-deploy-with-iis"&gt;here&lt;/a&gt;.</String>

added
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
and removed
needs-area-labelUsed by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically
on Jan 14, 2025
martincostello

martincostello commented on Jan 14, 2025

@martincostello
Member
self-assigned this
on Jan 28, 2025
wtgodbe

wtgodbe commented on Jan 28, 2025

@wtgodbe
Member

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

wtgodbe commented on Jan 28, 2025

@wtgodbe
Member

#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

Claire-kangkang commented on Feb 6, 2025

@Claire-kangkang
Author

We verified install the 9.0 Hosting bundle, it already been fixed.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkfeature-installersIncludes: Installers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @vcsjones@martincostello@wtgodbe@Claire-kangkang

    Issue actions

      The document link still point to 8.0 when we click it in 9.0 or 10.0 hosting bundle installation page · Issue #59878 · dotnet/aspnetcore