A
AG
I am using a ReportViewer Control in an ASP.NET 2.0 web application project
on a shared web host.
It is working fine, except in the case of a session timeout.
ProcessingMode="Remote"
Passing credentials via the method found here:
http://forums.asp.net/t/986174.aspx
If the user remains on the report page and is inactive beyond the session
timeout period. The following exception occurs when they try to return.
Exception Message: ASP.NET session has expired
StackTrace: at Microsoft.Reporting.WebForms.ReportDataOperation..ctor()
at Microsoft.Reporting.WebForms.HttpHandler.GetHandler()
at Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext
context)
at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
InnerException:
CurrentExecutionFilePath: /Reserved.ReportViewerWebControl.axd
I have no problem with the timeout. I would just like to return the user to
the login page (like when any other page times out), instead of generating
the exception.
Any suggestions would be appreciated.
on a shared web host.
It is working fine, except in the case of a session timeout.
ProcessingMode="Remote"
Passing credentials via the method found here:
http://forums.asp.net/t/986174.aspx
If the user remains on the report page and is inactive beyond the session
timeout period. The following exception occurs when they try to return.
Exception Message: ASP.NET session has expired
StackTrace: at Microsoft.Reporting.WebForms.ReportDataOperation..ctor()
at Microsoft.Reporting.WebForms.HttpHandler.GetHandler()
at Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext
context)
at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
InnerException:
CurrentExecutionFilePath: /Reserved.ReportViewerWebControl.axd
I have no problem with the timeout. I would just like to return the user to
the login page (like when any other page times out), instead of generating
the exception.
Any suggestions would be appreciated.