Sunday, December 23, 2012

Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive

Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive

<system.webServer>
<modules>
<!-- UrlRewriter code here -->
<remove name="Session" />
<add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="" />
</modules>
</system.webServer>

No comments:

Post a Comment