Unable to make the session state request to the session state server

前端 未结 10 799
误落风尘
误落风尘 2020-12-07 08:39

Our site is currently having this problem. Basically it only happen when we click some particular links where it will pop-up a new window.
This is the error message we

相关标签:
10条回答
  • 2020-12-07 09:15

    Another thing to check is whether you have Windows Firewall enabled, since that might be blocking port 42424.

    0 讨论(0)
  • 2020-12-07 09:19

    One of my clients was facing the same issue. Following steps are taken to fix this.

     (1) Open Run. 
    
     (2) Type Services.msc
    
     (3) Select ASP.NET State Service
    
     (4) Right Click and Start it.
    
    0 讨论(0)
  • 2020-12-07 09:26

    Check that:

    stateConnectionString="tcpip=server:port"
    

    is correct. Also please check that default port (42424) is available and your system does not have a firewall that is blocking the port on your system

    0 讨论(0)
  • 2020-12-07 09:26

    I've had the same issue when some ASP.NET installation was corrupted. In that case they suggest running aspnet_regiis -i -enable

    0 讨论(0)
提交回复
热议问题