24Tem/120
Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. Hatası çözümü
Sitelerinizde aşagıdaki gibi bir hata ile karşilaşiyorsanız , aşagıda vericegim kodlarla sitenizdeki hatayı giderebilirsiniz.
<system.webServer>
<modules>
<!-- UrlRewriter code here -->
<remove name="Session" />
<add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="" />
</modules>
</system.webServer>
Umarim işinize yaramiştir 😉