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

后端 未结 14 841

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

    Error 0x8007000d means URL rewriting module (referenced in web.config) is missing or proper version is not installed.

    Just install URL rewriting module via web platform installer.

    I recommend to check all dependencies from web.config and install them.

提交回复
热议问题