Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 03, 2013 05:59 AM by necro_mancer
Member
107 Points
85 Posts
Jan 02, 2013 09:34 AM|LINK
I am using SSRS-2005 for reporting when using report navigation button it is giving me following errror:
"Microsoft.Reporting.WebForms.AspNetSessionExpiredException: ASP.NET session has expired"
I tried ReportViewer AsyncRendering property to false - doesn't work
setting cookieless to true in the web.config sessionState element - it horribly changed my URL, and it worked, but I would never use that.
I also set the application pool for maximum workers 1 - doesn't work.
So is there some IIS setting or browser issue.
Any solution?
Participant
1022 Points
222 Posts
Jan 02, 2013 09:47 AM|LINK
Please try with adding below tag in web.config
<configuration> <system.web> <httpRuntime maxRequestLength="32768" /> </system.web> </configuration>
also refer below thread:
http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/ca916bff-e996-41a2-b547-16542a298c39
Jan 02, 2013 10:17 AM|LINK
It is not working in my case.
Star
8169 Points
1595 Posts
Jan 03, 2013 05:59 AM|LINK
hi saurabh, May I please know whether your SSRS is located on the same server with your website? May I please know whether you host it on your own server or a shared server?
saurabh jain
Member
107 Points
85 Posts
Session Timeout issue
Jan 02, 2013 09:34 AM|LINK
I am using SSRS-2005 for reporting when using report navigation button it is giving me following errror:
"Microsoft.Reporting.WebForms.AspNetSessionExpiredException: ASP.NET session has expired"
I tried ReportViewer AsyncRendering property to false - doesn't work
setting cookieless to true in the web.config sessionState element - it horribly changed my URL, and it worked, but I would never use that.
I also set the application pool for maximum workers 1 - doesn't work.
So is there some IIS setting or browser issue.
Any solution?
gnosischief
Participant
1022 Points
222 Posts
Re: Session Timeout issue
Jan 02, 2013 09:47 AM|LINK
Please try with adding below tag in web.config
<configuration> <system.web> <httpRuntime maxRequestLength="32768" /> </system.web> </configuration>also refer below thread:
http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/ca916bff-e996-41a2-b547-16542a298c39
saurabh jain
Member
107 Points
85 Posts
Re: Session Timeout issue
Jan 02, 2013 10:17 AM|LINK
It is not working in my case.
necro_mancer
Star
8169 Points
1595 Posts
Re: Session Timeout issue
Jan 03, 2013 05:59 AM|LINK
hi saurabh,
May I please know whether your SSRS is located on the same server with your website?
May I please know whether you host it on your own server or a shared server?
Professional SQL 2008 R2 Service