Hi, i put this code into web.config, it wont timeout and redirect to default.aspx page after 5 minutes.
<authentication mode="Forms">
<forms name=".ASPXAUTH" loginUrl="Default.aspx" protection="All" timeout="5" path="/" requireSSL="false" slidingExpiration="true" cookieless="UseDeviceProfile" />
</authentication>
Please help me to solve this problem.. Thank
|