asp.net - SSRS timeout issue -
i have ssrs reports displayed on asp.net site runs fine. problem occurs when user has opened report , kept screen time 15-20 minuets , when activity on report screen postback or so, following error occurs
the report execution r3fwifezzfm2qoe3anvp0n55 has expired or cannot found. (rsexecutionnotfound)
note: session site still active.
the error persists after setting report timeout setting in site setting of report server.
please tell me possible solution error asap.
you can set timeout in connectionstring
below:
<add name="connectionstring" connectionstring="data source=your datasource;initial catalog=yourdbname;integrated security=false;user id=sa;password=yourpassword;min pool size=0;max pool size=5000;connect timeout=0" providername="system.data.sqlclient"/>
Comments
Post a Comment