Thử thêm cái coi lào
Feb 19

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

Today I have a problem with Session state server. After search on Google, I have answerfor my problem
http://forums.asp.net/t/1030680.aspx

Hello,

I just moved my web sites to a new local Windows Small Business Server 2003 and got the same error when I tried connecting to a site with a login screen, after logging in. (The site was built with Visual Studio 2005, using ASP.NET 2.0.50727.)
I tried the solution in this article and got a different error when I refreshed the web page (Validation of viewstate MAC failed...). So I closed the browser window (on a client in the same LAN) and tried again, then got the original error again.

The solution I found is this:

On the server, go to Administrative Tools – Services:

Service: "ASP.NET State Service" had Startup Type set to Manual, and was not running.

Changed Startup Type to Automatic, and started it. (Right-click on “ASP.NET State Service” – Properties to change settings). Then it worked.

Hope this helps.
Scott