C#,vb.net,MVC,Jquery,javascript,jscript,vbscript,html,vb,sharepoint,COM,WPF,WCF,Wwf,Asp,Asp.net,questions & answers,

Latest in Sports

Friday, January 24, 2014

RE: Timed Out Problem in ASP.NET Application

We are using Windows authentication for our ASP.NET application deployed to a SharePoint environment. All the web pages in our application are timing out beyond 20 minutes of idle time and the users are not able to update records beyond that. We do not want the pages to time out or at least increase it to 60 minutes. Any help/tip to resolve this would be greatly appreciated.
Note: We have tried out setting session state timeout (IIS, Web.config), didn’t work

2 comments:

  1. Check this http://technet.microsoft.com/en-us/library/cc263527.aspx

    Hope this helps.

    ReplyDelete

  2. Try increasing the timeout in the app pool settings

    ReplyDelete