Error DataBase-One Place all Solutions Forums Blog Glossary    Contact Us
Search  
   
Browse by Category
Error DataBase-One Place all Solutions .: Operating Systems .: Windows Operating Systems .: Windows 2003 .: Dynamic or Static Content Errors in IIS 6.0 : Worker process recycling drops application session state

Dynamic or Static Content Errors in IIS 6.0 : Worker process recycling drops application session state

Worker process recycling drops application session state

By default, Worker Processes recycle after a preconfigured amount of time. If your ASP applications are not designed to store session state while a worker process is recycled, then session state in that ASP application can be lost. To remedy this problem, you can either store session state in a database or disable worker process recycling.

Procedures

To disable worker process recycling

1.

In IIS Manager , expand the local computer, expand Application Pools, right-click the application pool, and then click Properties.

2.

On the Recycling tab, clear the Recycle worker processes (in minutes) check box.

3.

Click OK.


How helpful was this article to you?

Related Articles

article Dynamic or Static Content Errors in IIS 6.0 : Requests for dynamic content return 404 error
To help minimize the attack surface of the...

(No rating)  2-20-2008    Views: 161   
article Dynamic or Static Content Errors in IIS 6.0 : Requests for static files return 404 error
Requests for static files return 404 error...

(No rating)  2-20-2008    Views: 153   
article Dynamic or Static Content Errors in IIS 6.0 : ASP.NET pages are returned as static files
ASP.NET pages are returned as static files...

(No rating)  2-20-2008    Views: 112   

User Comments

Add Comment
No comments have been posted.