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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -