ASP.NET Application Is Timeout Less Than 20 Minutes

Issue:

> ASP.NET application is timeout less than 20 minutes and you want to increase the timeout value.

Solution:

- There are several causes for this problem.

> Please change the session state configuration in Web.config (Default: 20 minutes) as listed below in the following script:

<sessionState timeout="120" cookieless="AutoDetect">

> IIS workers process recycle too often.

- IIS worker process may recycle less than 20 minutes if you have lots of applications share the same application pool. Usually, the problem can be repaired if you put your application in a stand-alone application.

> Change the IIS worker process idle timeout value (Default: 20 minutes)

- You can change it by clicking the following: IIS Manager Application Pools > DefaultAppPool > Properties > Performance.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to secure your WordPress?

WordPress is an open-source application so security level issues you may face but Do not worry...

Install themes into the wordpress

What is the WordPress theme? A WordPress Theme is a collection of files that work together to...

Top 5 e-commerce applications

What is e-commerce?   E-commerce (electronic commerce) is the buying and selling of goods and...

How to Install Wordpress Website?

WordPress is a free and open-source content management system (CMS) based on PHP and MySQL....

How To Check DotNetNuke Install Instance Version?

> Please login to your DNN site with your host account. > Please Navigate to Host >...

Powered by WHMCompleteSolution