The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add

发布时间 2023-08-02 16:53:13作者: yinghualeihenmei

  system.webServer 内加

<handlers>
<add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</handlers>