By analyzing your error, you have to add the Report Viewer Web Control HTTP Handle for your application. Please take the following steps: 1. Open IIS Manager 2. Expand Sites node and select your site. 3. Double click Handler Mappings feature. 4. Click Add Managed Handler in the Actions Pane to add the handler
Member
1 Points
2 Posts
Request Help to display the report in IIS7
Apr 12, 2014 12:45 PM|mehran2000|LINK
Hi, my English is not good
I have written a program (asp.net) that contains a report is Repoerviewer (by visual Studio2008)
I have no problem when I running it with visual stdio2008
But when I run it with IIS7 (on the server with windows server2008)
the Reports Icons is not displayed and The report is not generated
And a blank page is displayed
Please help me to solve this problem
Contributor
2564 Points
1919 Posts
Re: Request Help to display the report in IIS7
Apr 13, 2014 08:54 AM|mike4u|LINK
By analyzing your error, you have to add the Report Viewer Web Control HTTP Handle for your application. Please take the following steps:
1. Open IIS Manager
2. Expand Sites node and select your site.
3. Double click Handler Mappings feature.
4. Click Add Managed Handler in the Actions Pane to add the handler
Member
1 Points
2 Posts
Re: Request Help to display the report in IIS7
Apr 13, 2014 10:49 AM|mehran2000|LINK
thank you