This is a migrated thread and some comments may be shown as answers.

The report is rendering on the WebDev.WebServer but not in IIS7 in the same machine

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Moïse Mintya
Top achievements
Rank 1
Moïse Mintya asked on 30 Aug 2010, 11:38 AM
The report is rendering on the WebDev.WebServer but not in IIS7 in the same machine (Windows Server 2008 R2, SQL Server 2008 R2, Viusal Studio 2010). I am looking for a reporting tools on aspx for a cleint and I'm testing the version 2010_1_10_423.

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 31 Aug 2010, 08:23 AM
Hi Moïse Mintya,

Do you receive any errors in the report? Generally IIS 7 and .NET 4 framework problems when deploying an application with Telerik Reporting are usually caused by wrong http handler registration. The correct registration should be:

<system.webServer>  
    <handlers>  
       <add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=4.0.10.423, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode"   />  
    </handlers>  
    <validation validateIntegratedModeConfiguration="false" />    
</system.webServer>

If this is not the case, please provide more information about the problem.

Best wishes,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Moïse Mintya
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or