gpt4 book ai didi

iis - 如何删除错误消息 - IIS7

转载 作者:行者123 更新时间:2023-12-04 05:00:59 25 4
gpt4 key购买 nike

我想知道如何删除 IIS7 添加到页面顶部的错误消息。

我有自己的 500 和 404 错误页面。

不需要错误页面我已经删除了它们,但我仍然在我的页面顶部看到它:

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable



有任何想法吗?

最佳答案

为了防止 IIS7 劫持你的错误页面,设置 existingResponse="PassThrough"在您的 httpErrors您的 web.config 中的部分文件。例如:

<configuration>
<system.webServer>
<httpErrors existingResponse="PassThrough" />
</system.webServer>
</configuration>

关于iis - 如何删除错误消息 - IIS7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4459724/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com