500.19 error in IIS7 when an error occurs

后端 未结 4 1218
天命终不由人
天命终不由人 2021-02-05 09:14

Setup: Windows 7, IIS7. I am working on an app that is being viewed through the local IIS server, not the built in debugging web server. So my app url is http://localhos

4条回答
  •  借酒劲吻你
    2021-02-05 10:09

    I had this same issue in IIS 8.5. The fix was to delete any entries in the web.config file (located in the root directory of the website) that referenced the custom error pages. The entries were created by the system when I had attempted to make changes to custom pages.

提交回复
热议问题