The SessionStateTempDataProvider requires SessionState to be enabled

前端 未结 6 1624
情歌与酒
情歌与酒 2021-01-01 00:38

My hybrid (web forms/MVC) project is working fine in my local development environment BUT when I deploy (xcopy) to my Test environment I get the error that SessionState is n

6条回答
  •  爱一瞬间的悲伤
    2021-01-01 00:46

    Please make sure your ASP.NET State Service (aspnet_state.exe) is running if you configured SessionState to use StateServer:

    
    

    That was my reason of that error.

提交回复
热议问题