I've already checked out most of the online references regarding this problem, I'm using the latest version: Q2 2013 SP1. I'm running .NET 4.0
As described in the title, the Report is rendering on Locahost but not on the server. And I noticed that that's only happening in IE (I tried IE 10)
Note that I'm using RadWindow to host the ReportViewer
I already registered the following in Web.config:
with no luck so far.
Thanks,
As described in the title, the Report is rendering on Locahost but not on the server. And I noticed that that's only happening in IE (I tried IE 10)
Note that I'm using RadWindow to host the ReportViewer
I already registered the following in Web.config:
<configSections> <section name="Telerik.Reporting" type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection, Telerik.Reporting, Version=7.1.13.802, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere" /></configSections><controls> <add tagPrefix="TelerikReportViewer" assembly="Telerik.ReportViewer.WebForms, Version=7.1.13.802, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" namespace="Telerik.ReportViewer.WebForms" /> <add tagPrefix="CR" assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" namespace="CrystalDecisions.Web" /></controls><httpHandlers> <add type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=7.1.13.802, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" path="Telerik.ReportViewer.axd" verb="*" /></httpHandlers><system.webServer> <handlers accessPolicy="Read, Execute, Script"> <add name="Telerik.ReportViewer.axd_*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=7.1.13.802, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" path="Telerik.ReportViewer.axd" verb="*" preCondition="integratedMode" /> </handlers></system.webServer>with no luck so far.
Thanks,