1

我有一个应用程序在响应中附加黄色 asp.net 错误屏幕。页面看起来正常,然后在 Html 下方出现黄色屏幕。我已将此错误范围缩小到响应期间应用程序重置以及会话终止。因此,如果我开始加载页面并保存 web.config,它会给我一个附加到页面的与会话相关的错误。我将使用 sessionstate 服务来解决这个问题,但我很好奇是否有人见过实际附加到他们的应用程序 html 的黄色屏幕。该网站甚至使用 customerrors="on" 重定向到 500 个错误页面。我怎样才能防止这种情况发生?你认为 sessionstate 服务会有帮助吗?

谢谢

4

2 回答 2

1

sounds like you have a web control on the page that in turn calls another web app or service to generate the response, and that web app is the one that is erroring....

于 2009-04-22T20:38:05.577 回答
0

Any response.Flush calls in your code? That's the only thing i could think of, but no, never seen that happen.

于 2009-04-22T20:33:03.247 回答