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

Run Telerik reports in an Azure Web App without Session and without “sticky IP”

1 Answer 194 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nimish
Top achievements
Rank 1
Nimish asked on 04 Aug 2015, 09:49 AM

Hi, 

We have an application which is running on Azure server. I am using the reports. Is it possible to run the Telerik reports in an Azure Web App without Session and without “sticky IP”. So, every request generated for data within a report (like pagination or sorting) could be routed to a different server.  This will allow us to have the maximum scalability.  

Is it possible for reports?

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 05 Aug 2015, 03:01 PM
Hi Nimish,

You can use the HTML5 Report Viewer which does not rely on the ASP.NET Session. To deploy it in Azure, you will have to use an IStorage implementation for the serving Reporting REST service.

The old ASP.NET WebForms ReportViewer uses the ASP.NET Session to cache reports resources, where you can use an ou-proc session state mode if reports fulfill all requirements from Design Considerations for Out-proc Session State.

I hope the provided information is helpful.

Regards,
Stef
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Nimish
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or