CustomErrors does not work when setting redirectMode=“ResponseRewrite”

前端 未结 10 2083
野趣味
野趣味 2020-11-27 11:51

In a old site, I was changing the way that CustomErrors works by adding redirectMode=\"ResponseRewrite\" (new in 3.5 SP1):



        
10条回答
  •  臣服心动
    2020-11-27 12:28

    I found that the problem was in Error.aspx. Still can't find what was the actual error in error.aspx that causes the problem.

    Changing the page to a static html file solved the problem.

提交回复
热议问题