ASP.NET2.0 ReportViewer会话已过期
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ASP.NET2.0 ReportViewer会话已过期相关的知识,希望对你有一定的参考价值。
ReportViewer呈现报表时可以正学显示,如果刷新本页或者点击页面上任何按钮会出现ASP.NET 会话已过期,
通过设置cookiless = "true"后,就正常了,但是地址栏中会出现sessionId,
<configuration>
<system.web>
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20"/>
</system.web>
</configuration>
相关文章及讨论:
2,msdn讨论http://social.msdn.microsoft.com/Forums/zh-CN/vsreportcontrols/thread/94a3b28c-273b-4781-b83c-2265effb96f5
其他:
http://blogs.msdn.com/jgalla/archive/2006/10/11/session-timeout-during-execution.aspx
留待以后
以上是关于ASP.NET2.0 ReportViewer会话已过期的主要内容,如果未能解决你的问题,请参考以下文章
在 Big I/p 负载平衡环境中将 ASP.NET 2.0 应用程序迁移到 IIS 7.5 时会话丢失。在 Windows Server 2000 和 2003 中运行良好
ASP.NET2.0 ObjectDataSource的使用详解《转》
asp.net2.0中CreateUserWizard控件中的密码放在哪个表中的?
求助:环境win2003 sp2+iis6.0+asp+asp.net2.0,死活访问不了ASP文件,html是可以访问的,详情见下面。