Reputation:
I am unable to load reports in a web application deployed on IIS 7 .
Upvotes: 0
Views: 2523
Reputation: 1080
Have you added a report viewer control? Make sure that the report server url and report path are right. The report server url usually has the word ReportServer on it. I personally did not have to change or add a handler.
http://msdn.microsoft.com/en-us/library/ms252104.aspx
Upvotes: 0
Reputation: 11
You need to add handler in IIS7 manager for report viewer.
see this link (solution with snapshots)
http://www.techipost.com/how-solve-report-viewer-issue-in-iis-7-and-higher-versions/
Upvotes: 1