ASP. NET State Service services

Source: Internet
Author: User
The ASP. NET State service is used to manage the session, and normally the session is in the IIS process (which can be understood in the server's memory), and the session is automatically emptied when IIS restarts or the program pool recycles.

The ASP. NET State Service services if started can solve this problem, it will generate a aspnet_state.exe process, this is the session information process.

As long as this process is in, even if the restart of IIS, the site session will not be lost.

A description of the session mode in the Web. config file:

Session state uses the custom data store to store session state information.


The session is in the state of the ASP. NET worker process.


Session state is disabled.


Session state uses an out-of-process SQL Server database to store state information.


Session state uses the out-of-process ASP. NET State Service to store state information.
----------------------
The ASP. NET State service is only available when mode= ' StateServer ' is selected, and can be turned off in other states.

ASP. NET State Service services

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.