Unable to serialize the session state

后端 未结 8 1748
一生所求
一生所求 2020-12-01 23:06

When putting my application on a web server and trying to \'log in\' I get the following error:

Server Error in \'/\' Application.
Unable to serialize the se         


        
8条回答
  •  醉话见心
    2020-12-01 23:55

    If you come across this error message on SharePoint 2013, don't forget to run the following PowerShell cmdlet:

    Enable-SPSessionStateService -DefaultProvision
    

    This error message is new in SP2013; see this question for SP2010: Session state can only be used when enableSessionState is set to true either in a configuration

提交回复
热议问题