First open the web.config file from "C:\inetpub\wwwroot\wss\VirtualDirectories\" Web application Folder"".
- Add
the below code on module section.
<add name="Session" type="System.Web.SessionState.SessionStateModule" />
- Modify
enableSessionState = "false" to
enableSessionState = "true" under pages section as below
<pages enableSessionState="true" enableViewState="true" viewStateEncryptionMode="Always" enableViewStateMac="true" validateRequest="false" pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter,
Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c" asyncTimeout="7">
No comments:
Post a Comment