Click here to Skip to main content
15,888,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Currently I'm developing a web application having SSRS reporting. It works fine on my local machine but when i deploy it on IIS 8 it doesn't show anything. I added report viewer control in
system.webserver/handlers. But it doesn't show me any result.
Posted

1 solution

Is the ReportViewer control installed on the server? You may need to install the ReportViewer control on your server.

Deploying Reports and ReportViewer Controls
http://msdn.microsoft.com/en-us/library/ms251723.aspx[^]

MS Download for ReportViewer
http://www.microsoft.com/en-us/download/details.aspx?id=6576[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900