This is the problem i have faced during the deployment of one of my projects in Windows Server 2008 machine. While accessing the SSRS reports from asp.net pages using Report Viewer control the imanges in the toolbar are not rendering properly. And i have used the following steps to resolve this issue. I am posting this, so that if someone having similar problem can resolve it quickly.
Following are the steps:
Step 1: Goto Control Pannel\Administrative Tool\Internet Information Services (IIS) Manager.
Step 2: Open the Handler Mapping icon (you will find it on the IIS area on the middle panel)
Step 3: Click on the "Add Managed Handler." (you will get this option if the application pool is set to default applicaton pool)
step 4: a. Put Reserved.ReportViewerWebControl.axd on the "Request Path" text box.
b. Put Microsoft.Reporting.WebForms.HttpHandler on "Type"
c. Click on Ok.
Following are the steps:
Step 1: Goto Control Pannel\Administrative Tool\Internet Information Services (IIS) Manager.
Step 2: Open the Handler Mapping icon (you will find it on the IIS area on the middle panel)
Step 3: Click on the "Add Managed Handler." (you will get this option if the application pool is set to default applicaton pool)
step 4: a. Put Reserved.ReportViewerWebControl.axd on the "Request Path" text box.
b. Put Microsoft.Reporting.WebForms.HttpHandler on "Type"
c. Click on Ok.
No comments:
Post a Comment
Your comments are valuable.