我在渲染 reportviewer 时收到 Http 500 错误。服务器响应状态为 500(内部服务器错误)请参阅下面的错误
http://localhost:59214/Reserved.ReportViewerWebControl.axd?OpType=SessionKeepAlive&ControlID=837415b70bc74a908169e1274b125c25
Failed to load resource: the server responded with a status of 500
(Internal Server Error)
我尝试添加以下内容:
<webserver>
在ie中添加了处理程序。
<add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
- 添加了页面指令
ValidateRequest="false"
- 报表查看器中的 AsyncRender ="False"。
请帮助我仍然收到 500 错误。我正在使用带有 Microsoft Report 12.0 的 Vs2017
更新
查看SSRS服务器的日志文件[日志文件-点击查看][1]
[1]:https ://drive.google.com/file/d/1cU9TzLdDPFiLzUbmyYR0FA9_p8CV_Joz/view?usp=sharing 。我的报告是/Development/pd_Report_SalesPricingGrid。在日志中以粗体和红色突出显示。