Microsoft ReportViewer - ASP.NET Session Expired -


is related to this question. Unfortunately, the accepted answer does not solve my problem. The report viewer is running in a farm, in which many worker processes run in each app pool. Session Mode is SQL I have implemented IReportServerConnection.

I have the problem that the session is coming back immediately to end immediately. I can copy this on a box, so I think it relates to more than one worker processes. I am using RDL files and I do not think ReportViewer should also have the session enabled. So my question is: how can I get rid of this error? If this report is inactive for session session, how can I do this? I thought that implementing IReportServerConnection would have to handle it. The documentation seems sparse. Any help is greatly appreciated

There is an exception and stack trace here:.

Message: ASP.NET session has expired - Process name: Microsoft.ReportViewer.WebForms
Type: Microsoft.Reporting.WebForms.AspNetSessionExpiredException StackTrace
: Microsoft.Reporting. Microsoft.Reporting.WebForms.HttpHandler.GetHandler on Microsoft.Reporting.WebForms.ReportDataOperation..ctor () (string operationType) on WebForms.HttpHandler. ProcessRequest (HttpContext Reference)

I ended up installing AsyncRendering on the wrong I had read this solution, but I was hoping to find an option there could be other options for web gardens / farms, but it was the only one I could come up with in limited time I had to look into.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -