zoukankan      html  css  js  c++  java
  • 在IIS上发布项目后浏览时报的错:Unable to make the session state request to the session state server

    错误描述:

    Unable to make the session state request to the session state server.
    Please ensure that the ASP.NET State service is started and that the client and server ports are the same. 
    If the server is on a remote machine, please ensure that it accepts remote requests by checking the value of
    HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesaspnet_stateParametersAllowRemoteConnection. 
    If the server is on the local machine, and if the before mentioned registry value does not exist or is set to 0,
    then the state server connection string must use either 'localhost' or '127.0.0.1' as the server name.

    错误原因:

    ASP.NET State Service服务未启动。

    解决办法:
    我的电脑 -> 管理 ->服务和应用程序-> 服务-> ASP.NET State Service ->右键点击'启动'

     

  • 相关阅读:
    Python Challenge 第十二关
    Python Challenge 第十一关
    Python Challenge 第十关
    Python Challenge 第九关
    Python Challenge 第八关
    Python Challenge 第七关
    zepto
    zepto
    zepto
    zepto
  • 原文地址:https://www.cnblogs.com/lsz-blog/p/3299105.html
Copyright © 2011-2022 走看看