使用 IIS URL 中的端口处理自定义错误

发布于 2024-07-13 04:01:43 字数 595 浏览 10 评论 0原文

我试图指定一个自定义 (ASPX) 页面来处理 404 错误。

我似乎无法使用 IIS 执行此操作,因为我使用默认端口以外的端口。

我的网站有两个版本,一个是公开的(默认端口),另一个是在另一个端口上,用于测试。 我首先尝试在测试模式下执行此操作。

如果我做: http://www.mysite.com/notapage ...我收到 IIS 404 错误。

如果我做: http://www.mysite.com:1234/notapage ...我得到了 Google错误(我使用 Google Chrome),就好像它无法解析我的网站,即使 http://www.mysite.com/< /a> 有效。

有任何想法吗?

I am trying to specify a custom (ASPX) page to handle 404 errors.

I can't seem to do this with IIS because I use a port other than the default.

I have two versions of my site, one exposed (default port) and one on another port, for testing. I'm trying to do this in testing mode first.

If I do:
http://www.mysite.com/notapage ... I get the IIS 404 error.

If I do:
http://www.mysite.com:1234/notapage ... I get a Google error (I use Google Chrome) as if it cannot resolve my site even though http://www.mysite.com/ works.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

许仙没带伞 2024-07-20 04:01:43

您在哪个级别上将此 ASPX 页面配置为 404? 如果您在默认网站上执行此操作,则它仅适用于您提供的第一个测试链接。

端口 1234 应该由另一个网站监控。 请检查您的 IIS 设置并确保该站点配置正确。

On which level you configure this ASPX page for 404? If you did that on default web site, it only works for first test link you provided.

port 1234 should be monitored by another web site. Please check your IIS settings and make sure that that site was configured correctly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文