ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d

后端 未结 14 851

I am replicating web application deployment and found several issues related to HTTP Error 500.19. My machine is running Windows 7 while the wo

14条回答
  •  暖寄归人
    2020-11-28 05:39

    In my case (.Net Core Web API) for this issue HTTP Error 500.19 – Internal Server Error 0x8007000d

    First download dotnet-hosting-3.0.0-preview5-19227-01-win (.Net Core 3) or dotnetcore 2 hasting windows

    https://download.visualstudio.microsoft.com/download/pr/5bed16f2-fd1a-4027-bee3-3d6a1b5844cc/dd22ca2820fadb57fd5378e1763d27cd/dotnet-hosting-3.1.4-win.exe

    Any .net core 3.1 application either angular or mvc application would need this.

    Second install it as Administrator Open cmd as administrator, type iisreset, press enter

    So refresh your localhost app

    Best regard M.M.Tofighi from Iran

提交回复
热议问题