How to start ASP.NET Status Service?

Asked

Viewed 1,179 times

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?

1 answer

1


The solution was very simple:

1 - Open the services.msc through the Windows "Run" command.

2 - Search for the service Asp.NET State Service

3 - Click on Iniciar.

4 - If you want it to run automatically, double-click on the service and on the option Tipo de Inicialização, choosing Automático.

Example:

Como iniciar o serviço de estado do ASP NET

Browser other questions tagged

You are not signed in. Login or sign up in order to post.