2007年4月10日 星期二

asp.net stateserver 不正常?

同事有人問到,她在開發asp.net (VS.net 2003) 時,不知何時,開始無法使用stateserver 並會出現下面的錯誤 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. 後來,我幫她執行下列指令,就好了 到C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 下執行 aspnet_regiis.exe -i -enable

沒有留言:

Share with Facebook