Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,am increasing session time in web config file it is working in local sys only but it is not working in online help me out.

code:

XML
<system.web>
    <sessionState timeout="120" mode="InProc"></sessionState>
  </system.web>


how to increase it in IIS?
Posted
Updated 6-Mar-14 0:56am
v2

Hi,

You can follow the MSDN link to adjust the Time Out value in IIS 7.

http://technet.microsoft.com/en-us/library/cc725820(v=ws.10).aspx

VB
If this resolves your issue; please mark the question as answered & Acknowledge the same.

Regards,
Subhash Konduru
 
Share this answer
 
IIS >> Application Pools >> Application pool for your application >> Right Click >>Select Properties >> Performance tab >> Set the idle timeout as your desired minutes for "shutdown worker processes after being idle for ..... minutes".

And see this[^] as well.

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900