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

后端 未结 14 884

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:28

    When trying to set up a .NET Core 1.0 website I got this error, and tried everything else I could find with no luck, including checking the web.config file, IIS_IUSRS permissions, IIS URL rewrite module, etc. In the end, I installed DotNetCore.1.0.0-WindowsHosting.exe from this page: https://www.microsoft.com/net/download and it started working right away.

    Specific link to download: https://go.microsoft.com/fwlink/?LinkId=817246

提交回复
热议问题