Sharepoint2007:该表单无法显示,因为会话状态不可用
最近重复做了很多次MOSS服务器转移,当部署Infopath后,打开Infopath页面老出现:该表单无法显示,因为会话状态不可用。
"The form cannot be displayed because the session state is not available"
Google了一下 下面做个记录
web.config中的httpmodules一节增加
<add name="Session" type="System.Web.SessionState.SessionStateModule"/>
即可解决问题