error:只有在配置文件或 Page 指令中将 enableSessionState 设置为 true 时,才能使用会.....
作者:互联网
原文链接:http://www.cnblogs.com/TSPWater/archive/2012/03/16/2399981.html
error:
只有在配置文件或 Page 指令中将 enableSessionState 设置为 true 时,才能使用会话状态。还请确保在应用程序配置的 <configuration>\<system.web>\<httpModules> 节中包括 System.Web.SessionStateMod 或自定义会话状态模块。
解决方法:
<pages enableSessionState="true"></pages>
转载于:https://www.cnblogs.com/TSPWater/archive/2012/03/16/2399981.html
标签:www,配置文件,enableSessionState,.....,2399981,TSPWater,archive 来源: https://blog.csdn.net/weixin_30650039/article/details/95302682