After a series of tests, I noticed that if you let a PC with an ASP.Net page opened, just come back the day after and refesh the page, you can randomly get this error:
System.Web.HttpException: Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request
Anybody has an idea what could have caused the problem here ?
I already use EnableViewstateMac="false" in the page declaration.