IIS 404 Custom Error not working as expected

后端 未结 4 728
被撕碎了的回忆
被撕碎了的回忆 2020-12-20 13:13

I\'m working on IIS6, ASP.NET, VS2008. The web site uses a custom error handler to catch 404 errors and serve an alternate page. When presented with an url of the form:

4条回答
  •  梦毁少年i
    2020-12-20 13:33

    Maybe you got a 500 so redirect for 404 is not triggered. You may focus on this 500 error at first.

提交回复
热议问题