Hi, I have a bound control inside an update panel which refreshes every 5 seconds.
This works fine for a period of time and then the page hangs.
The Page has a databound control which is placed inside the update panel.
The site is configured to use Windows Authentication and is limited to an single active directory group.
I have set the Application Pool to recycle every 2 hours.
It seems the authenticated session is lost.
How should I fix this problem?
We use IE 8 and IIS 7.