<system.web><httpHandlers><add path="*.igrResource" verb="*" type="Infragistics.Reports.Server.ResourcesHandler, InfragisticsWPF4.Reports.Server.v12.2, Version=12.2.20122.2040, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxx" validate="false" /></httpHandlers><httpModules><add name="ReportProcessorServiceModule" type="Infragistics.Reports.Server.ReportProcessorServiceModule, InfragisticsWPF4.Reports.Server.v12.2, Version=12.2.20122.2040, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxx" /></httpModules><customErrors mode="RemoteOnly" /></system.web>
<system.webServer><validation validateIntegratedModeConfiguration="false" /><modules runAllManagedModulesForAllRequests="false" /><handlers><add name="IgReportingResourcesHandler" verb="*" path="*.igrResource" type="Infragistics.Reports.Server.ResourcesHandler, InfragisticsWPF4.Reports.Server.v12.2, Version=12.2.20122.2040, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxx" /></handlers>
</system.webServer>
Hello Richard ,
Thank you for posting in our forum.
The Windows Azure fabric runs IIS 7.0 in integrated mode so in general setting the webconfig accordingly as in that article should suffice (http://help.infragistics.com/Help/NetAdvantage/Reporting/2013.1/CLR4.0/html/Configuring_Reporting_Under_IIS.html )
There’s an article that outlines how to deploy Infragistics Reporting in Windows Azure here:
http://ko.infragistics.com/community/blogs/mihail_mateev/archive/2011/12/27/deployment-of-applications-with-infragistics-reporting-in-windows-azure.aspx
the example is with the Silverlight reporting control but the steps for setting up the environments should be similar.
Could you check what is the response from the server when you try to load/export the report? You could check that in the development tools of the browser you’re using and track the requests and the responses from the server. It may contain further information on why the requests are failing.
I’m looking forward to your reply.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
<system.webServer> <validation validateIntegratedModeConfiguration="false" /> <modules runAllManagedModulesForAllRequests="true">
<add name="ReportProcessorServiceModule" type="Infragistics.Reports.Server.ResourcesHandler, InfragisticsWPF4.Reports.Server.v13.1, Version=13.1.20131.1007, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
</modules>
<handlers>
<add name="IgReportingResourcesHandler" verb="*" path="*.igrResource" type="Infragistics.Reports.Server.ResourcesHandler, InfragisticsWPF4.Reports.Server.v13.1, Version=13.1.20131.1007, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
</handlers> </system.webServer>
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Configuration.ConfigurationErrorsException: Infragistics.Reports.Server.ResourcesHandler, InfragisticsWPF4.Reports.Server.v13.1, Version=13.1.20131.1007, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb does not implement IHttpModule.