“There was an error while performing this operation”

前端 未结 11 2019
不知归路
不知归路 2021-01-29 23:00

I have a website in IIS for which I cannot open any of the settings like Authentication, Handler Mappings, Authorization Rules etc. It just shows the error message \"There was a

11条回答
  •  南方客
    南方客 (楼主)
    2021-01-29 23:32

    My issue was that I installed the .NET Core Hosting Bundle before I installed IIS. Re-running the Hosting Bundle installer with Repar fixed it for me.

    https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-3.1#install-the-net-core-hosting-bundle

    If the Hosting Bundle is installed before IIS, the bundle installation must be repaired. Run the Hosting Bundle installer again after installing IIS.

提交回复
热议问题