Introduction:
In this article I will explain how to solve 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. Problem in asp.net.
Description:
In previous post I explained clearly about what WCF is and I explain how to create WCF sample and how to consume WCF service in our application. After completion of coding I tried to run my application on my local system during that time I got error like
In previous post I explained clearly about what WCF is and I explain how to create WCF sample and how to consume WCF service in our application. After completion of coding I tried to run my application on my local system during that time I got error like
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.
To solve this error I started Asp.net state service from services to start the service just follow below steps
To Start Asp.net State Servcie
Go to Control Panel ---> Administrative Tools ---> Computer Management ---> Services and Applications ---> Services
Now Select Asp.Net State Service
After that Right Click on Asp.net State Service and choose “Start” option.
After start the service your problem will solve automatically.
If you enjoyed this post, please support the blog below. It's FREE! Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email. |
|||
|
|||
3 comments :
I am creating online test paper but i m bot able to store the checked ans by user when i press previous button. so what will i do. i make a page with one one label for ques and four radiobutton for option and two button for next previous on same page i retrive other question from database.
Please provide me solution.
how to display login page after session timeout
how to Restrict the page to be browsed in the other browser with the same urls
Note: Only a member of this blog may post a comment.