Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, July 10, 2018 3:31 PM
Hi i am having an error on my Report Viewer page ... when i pressent my print button it should show me data but instead of showing data this error showed kindly help me ...
Thanks
The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> to the system.web/httpHandlers section of the web.config file, or add <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" /> to the system.webServer/handlers section for Internet Information Services 7 or later.
All replies (3)
Tuesday, July 10, 2018 5:33 PM âś…Answered
Wednesday, July 11, 2018 8:22 AM
i know that but tell me how should i registered it ????
Wednesday, July 11, 2018 8:23 AM
that link u share ... link contains 2 codes which one i add in http handlers????