vps報錯Unable to make the session state request
更新時間:2011年12月27日 22:44:22 作者:
客戶反應vps報錯Unable to make the session state request,我司技術將解決方法總結如下,希望可以幫助更多的人解決這個問題。
客戶反應vps報錯Unable to make the session state request,我司技術將解決方法總結如下,希望可以幫助更多的人解決“Unable to make the session state request”難題。
一、【Unable to make the session state request問題】
頁面打開時,出現(xiàn)如果下錯誤.處理方法.或者登陸后不久,頻繁的返回到了登錄界面
登錄Server Error in '/' Application.
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_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state
\Parameters\AllowRemoteConnection. 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.
二、【Unable to make the session state request解決方案】
開啟ASP.NET State Service服務,把它設成自動。再在web.config中的<system.web>下加一行
<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" timeout="20"/>,
具體操作如下:
1、選擇管理工具->服務,找到ASP.NET State Service,點開后選擇啟動,并將啟動類型設為自動
2、 將web.config打開,會看到有一行是
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" timeout="20"/>,
如果沒有,請在<system.web>的下一行添加,再將其中的InProc改為StateServer,保存即可。
vps報錯Unable to make the session state request解決方案整理于網(wǎng)絡,如果你們有更好的解決方法請聯(lián)系我們
一、【Unable to make the session state request問題】
頁面打開時,出現(xiàn)如果下錯誤.處理方法.或者登陸后不久,頻繁的返回到了登錄界面
登錄Server Error in '/' Application.
復制代碼 代碼如下:
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_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state
\Parameters\AllowRemoteConnection. 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.
二、【Unable to make the session state request解決方案】
開啟ASP.NET State Service服務,把它設成自動。再在web.config中的<system.web>下加一行
<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" timeout="20"/>,
具體操作如下:
1、選擇管理工具->服務,找到ASP.NET State Service,點開后選擇啟動,并將啟動類型設為自動
2、 將web.config打開,會看到有一行是
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" timeout="20"/>,
如果沒有,請在<system.web>的下一行添加,再將其中的InProc改為StateServer,保存即可。
vps報錯Unable to make the session state request解決方案整理于網(wǎng)絡,如果你們有更好的解決方法請聯(lián)系我們
相關文章
windows?server2016安裝oracle?11g的圖文教程
Windows?Server是微軟面向服務器的操作系統(tǒng),服務器操作系統(tǒng)和客戶端操作系統(tǒng)是不一樣的,下面這篇文章主要給大家介紹了關于windows?server2016安裝oracle?11g的相關資料,需要的朋友可以參考下2022-07-07IIS站點提示403?-?Forbidden:Access?is?denied問題的解決方法
在使用IIS的時候如果遇到403相關的錯誤,往往束手無策,不知道是什么權限的原因,現(xiàn)總結如下,這篇文章主要給大家介紹了關于IIS站點提示403?-?Forbidden:Access?is?denied問題的解決方法,需要的朋友可以參考下2023-10-10Windows?Server?2008R2,2012,2016,2019各系統(tǒng)版本區(qū)別
windows服務器版有windowsserver2008,windowsserver2012R2,windowsserver2016,本文主要介紹了各系統(tǒng)版本區(qū)別,他們有什么不同,如何選擇自己適合的服務器系統(tǒng),本文來詳細的介紹一下2021-12-12IIS7 設置讀取、腳本和可執(zhí)行文件的執(zhí)行權限的步驟
這篇文章主要介紹了IIS7 設置讀取、腳本和可執(zhí)行文件的執(zhí)行權限的步驟,需要的朋友可以參考下2017-04-04win2008 R2安裝網(wǎng)站安全狗提示HTTP 錯誤 500.21的解決方法
這篇文章主要介紹了win2008 R2安裝網(wǎng)站安全狗提示HTTP 錯誤 500.21的解決方法,需要的朋友可以參考下2015-09-09