500.19 error in IIS7 when an error occurs

后端 未结 4 1208
天命终不由人
天命终不由人 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:02

    What helped me to resolve this error is setting allowAbsolutePathsWhenDelegated to true.

    Go to IIS > Configuration Editor > in Section type: system.webServer/httpErrors and Set allowAbsolutePathsWhenDelegated to true. Reset IIS for good measure.

提交回复
热议问题