I set up my Web.config
with the following statement:
<sessionState timeout="30" mode="StateServer" />
But when I run the application (an ASP.NET site), I get the following error:
Can not make the session state request to the session state server. Verify that the ASP.NET state service has 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 how to do it.
How do I activate this service?