1) <pages enableSessionState="true" enableViewState="true" enableViewStateMac="true"/>
2) <add name="Session" type="System.Web.SessionState.SessionStateModule" />
If this doesn't work check whether "Session" is removed somewhere like this,
<remove name="Session" />.
If so add the 2nd line again after that.
For a detailed article visit this blog.
No comments:
Post a Comment