Monday, 2 April 2012

How to increase the asp.net session timout value in IIS 7.0


We can increase the asp.net session timeout value by adding the following entry in the web.config file


<system.web>
<sessionState timeout=”540″/>
</system.web>

No comments:

Post a Comment