Hi All, We developed an application on Frmawork 1.0 and IIS 5.0, there my session time out parameter working fine.(I have changed the web.config and IIS settings) We have converted the application to Framework 1.1 & IIS 6.0 , We have changed the Session time
out Parameter in web.config file and in IIS application settings. But here my session is expiring by 20 Minutes. Session TimeOut Parameter is working fine in 1.0 but not 1.1. I would like to ask you how to solve this problem. I think this problem is becuase
of IIS 6.0 & 1.1, Is there any new settings for 1.1 & IIS6.0 Thanx Kind Regrads Srinivas Gandhari
Assuming you're using InProc mode, it might have to do with the AppPool performance setting in IIS 6.0. In IIS manager, go to Application Pools/DefaultAppPool, and see if any of the parameters on the Recycling and Performance tabs are causing this timeout.
Patrick Y. Ng
ASP.NET Developer
This posting is provided “AS IS” with no warranties, and confers no rights.
gandhari
Member
70 Points
14 Posts
Session TimeOut Problem in Framework 1.1
Aug 29, 2003 08:55 AM|LINK
Srinivas Gandhari
Patrick Y. N...
Member
505 Points
99 Posts
Microsoft
Re: Session TimeOut Problem in Framework 1.1
Aug 29, 2003 05:48 PM|LINK
ASP.NET Developer
This posting is provided “AS IS” with no warranties, and confers no rights.