On Mon, 10 Oct 2005 03:06:02 -0700, "Jess Andersen"
<> wrote:
>
>This error occurs on our website for some of our users, not for alle but for
>someting like one out of five hundred.
>
Do you actually have the bug report from a user or are you seeing this
error because you log all exceptions? I've seen this error occur when
someone has written a web crawler or other spider type program that
tries to post back to a form but doesn't encode the viewstate hidden
parameter correctly. My first step would be to check the user agent
string in the IIS logs for the request and see if request was made
from an actual user or a bot.
--
Scott
http://www.OdeToCode.com/blogs/scott/