I deployed an Asp.net application to the Winsdow Azure server and the page that include a ReportViewer control showing the the "ASP.NET session has expired" error in each report. The same web app worked total fine on my pc.
some time session also get expire just in few second on the other pages whose don,t have the RDLC control.
I have tried the already the following ways:
1)set this in web confg <sessionState timeout ="120" mode="InProc" cookieless="true" />.
2)enable the checkbox of autorefresh to no of seconds
vikas227
Member
623 Points
801 Posts
ASP.NET session has expired or could not be found
Jan 29, 2013 05:39 AM|LINK
I deployed an Asp.net application to the Winsdow Azure server and the page that include a ReportViewer control showing the the "ASP.NET session has expired" error in each report. The same web app worked total fine on my pc.
some time session also get expire just in few second on the other pages whose don,t have the RDLC control.
I have tried the already the following ways:
1)set this in web confg <sessionState timeout ="120" mode="InProc" cookieless="true" />.
2)enable the checkbox of autorefresh to no of seconds
Thanks
CruzerB
Contributor
5399 Points
1098 Posts
Re: ASP.NET session has expired or could not be found
Jan 29, 2013 02:51 PM|LINK
Hi,
http://msdn.microsoft.com/en-us/library/windowsazure/hh825825.aspx
You will have the answer after visit this link. ^^
My Technical Blog