错误:Sys.WebForms.PageRequestManagerServerErrorException

发布于 2024-11-03 14:02:39 字数 1930 浏览 0 评论 0原文

我遇到了可怕的 PageRequestManagerServerErrorException ,它仅发生在生产服务器上,并且在通过 Visual Studio 进行调试时在本地完全正常。确切的消息是:

错误:Sys.WebForms.PageRequestManagerServerErrorException: [电子邮件受保护] welpldan [电子邮件受保护] [电子邮件受保护] 源文件: http://test.hello。 co.uk/ScriptResource.axd?d=4HQtQGTwnsRG4PutUsFynbl8XMYYj4QIRFtIW4RZQ8wtsaB2YQ6RjjF5hTDuTExy3ehDqjnjTRAbkh87NYMlZ8BJGafLkm0_nDMwcT6kiXl1ZfBXP7VMLM1bW3gMjahEyOwG0zVh wS-eLr3pDl7HSxSeSzj5WC_iB-E_yJK3HKQVRCZl0&t=ffffffffca02224d 线路:1111

由 Internet Explorer 在 JavaScript 调试窗口中报告。

我已经阅读了提到避免使用 response.Write() 和过滤器的线程,但我们项目中没有任何内容可以像这样修改输出,并且它在本地工作没有问题。

使用 fiddler 我捕获了服务器的响应:

HTTP/1.1 200 正常

87|error|500|[电子邮件受保护] Welplan [电子邮件受保护] [电子邮件受保护]|

有什么想法吗?

I've got the dreaded PageRequestManagerServerErrorException which occurs on the production server only, and is totally fine locally when debugging via visual studio. The exact message is:

Error: Sys.WebForms.PageRequestManagerServerErrorException:
[email protected] welpldan
[email protected]
[email protected]
Source File: http://test.hello.co.uk/ScriptResource.axd?d=4HQtQGTwnsRG4PutUsFynbl8XMYYj4QIRFtIW4RZQ8wtsaB2YQ6RjjF5hTDuTExy3ehDqjnjTRabkh87NYMlZ8BJGafLkm0_nDMwcT6kiXl1ZfBXP7VMLM1bW3gMjahEyOwG0zVhwS-eLr3pDl7HSxSeSzj5WC_iB-E_yJK3HKQVRCZl0&t=ffffffffca02224d
Line: 1111

which is reported by Internet Explorer in a javascript debug window.

I've read the threads that mention refraining from using response.Write() and filters but we don't have anything in the project that should modify the output like that, and it works locally no problems.

Using fiddler I captured the servers' response:

HTTP/1.1 200 OK

87|error|500|[email protected]
Welplan [email protected]
[email protected]|

Any ideas?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文