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

后端 未结 14 846

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

    In my case, because I had reinstalled iis, I needed to register iis with dot net 4 using this command:

    C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i
    

提交回复
热议问题