HttpException (0×80004005): Session state can only be used when enableSessionstate is set to true….
Posted by admin in IIS, Sharepoint on 21. Nov, 2009 | 0 Comments
If you get this error:
Session state can only be used when enablesession is set to true, either in a configuration file or in the page directive.
Description: An unhanded exception occured during the execution of the current web request. Please review the stack for more information about the error and where it originated in the code.
Source [...]
<sessionstate mode=”Inproc” stateconnectionstring=”tcpip=172.0.0.1:42424″
Posted by admin in ASP.net, Sharepoint on 12. Nov, 2009 | 0 Comments
Description:
It is an error in SPS 2003 to use a section registered as allowDefinition=’MachineToApplication’ beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\template\layouts\webapp\web.config line 53)
Source Error:
Line 51:
Line 52:
Line 53: <sessionstate mode=”Inproc” stateconnectionstring=”tcpip=172.0.0.1:42424″ sqlconnectionstring=”data source=127.0.0.1;trust
Line 54:
Line 55:
Solution:
Things i did [...]
