为什么 chrome 开发工具控制台在一个网站上显示 link for Post 500 错误,而在另一个网站上却没有?

Why does chrome dev tools console show a link for Post 500 error in one website but not another?

在 test1 网站中,我可以通过 Post link 获取调试信息

在 test2 网站中,运行 相同 api,我不能。 我刚看到

Failed to load resource: the server responded with a status of 500()

在web.config

<httpErrors errorMode="DetailedLocalOnly" existingResponse="Auto" />

The docs are here