gpt4 book ai didi

c# - 自定义 404 错误消息 ASP.NET Visual Studio

转载 作者:行者123 更新时间:2023-11-30 15:38:29 37 4
gpt4 key购买 nike

有人知道如何设置 Visual Studio 开发服务器使用的自定义 404 错误页面吗?

如果我将它设置为本地 IIS 服务器,然后在 IIS 中设置自定义 404 页面,我知道如何让它工作。但我实际上想在本地 VS 开发服务器上更改它们,这样当我在 Visual Studio 的开发服务器中测试应用程序时,它就可以正常工作。

我假设它是在 VS 中设置的。

我目前正在运行 VS 2010。

我已经在 web.config 中为 .aspx 页面添加了自定义 404 重定向。现在我需要弄清楚如何更改所有其他页面的错误重定向。

最佳答案

不确定这是否是您想要的,但您可以在 web.config 中进行如下设置:

<customErrors defaultRedirect="GenericError.htm" mode="On">
<error statusCode="404" redirect="notfound.htm"/>
</customErrors>

并有一个名为 notfound.html 的 html 文件

引用资料:

关于c# - 自定义 404 错误消息 ASP.NET Visual Studio,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11352031/

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