3
I set up mine Web.config
with the following instruction:
<sessionState timeout="30" mode="StateServer" />
But when I run the application (an ASP.NET site), I get the following error:
Session status request cannot be made to the session status server. Check that the ASP.NET status service has been started and that the client and server ports are the same.
I remember that I had to activate this service the last time this error occurred, but I do not know but how to do.
How do I activate this service?