Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,
My development area,
Deploying Server : windows 2008 R2
IIS : IIS7.5
VS.net : 3.5 framework

My problem is after publishing application in the above specified IIS, am not able to view Report Viewer datas. Pls give suggestion or solution for the above problem.


Thank u.
Posted

1 solution

Check this article
CSS
http://support.discountasp.net/KB/a784/why-is-the-reportviewer-control-not-working-on-iis-7.aspx

Steps

1. Connect to your web site and open the "Handler Mappings" module.

2. From the "Actions" menu, click on the "Add Manager Handler..." option.

3. In the "Add Managed Handler" dialog box that opens up, supply the following values for the fields:

    Request Path: Reserved.ReportViewerWebControl.axd
    Type: Microsoft.Reporting.WebForms.HttpHandler
    Name: ReportViewerWebControl

4. Click on the "OK" button
 
Share this answer
 

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



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