hi everybody..
I need my users to fill in a form which needs 2 hours of time but it seems that the user gets logged out before 2h time needed.. I tried to solve the issue by adding this code to web.config:
<authentication mode="Forms">
<forms timeout="125" />
</authentication>
</ Go to the complete details ...