错误:Sys.WebForms.PageRequestManagerServerErrorException
我遇到了可怕的 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 正常
有什么想法吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论