<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
I am also experiencing the same problem with exporting reports once published to azure. I was able to get the report to display by making sure all of the required libraries for re-distribution listed in the article found here (http://help.infragistics.com/NetAdvantage/reporting/2013.1/CLR4.0) were deployed to the server. I also setup my web.config file according to the suggestion for IIS 7 on Integrated mode from this article (http://help.infragistics.com/Help/NetAdvantage/Reporting/2013.1/CLR4.0/html/Configuring_Reporting_Under_IIS.html)
Exporting works in the development environment, when the web.config is setup accordingly, but I cannot get it to work after publishing to azure
Thank you for any suggestions you may have.