Validation of viewstate MAC failed error

Discussion in 'ASP.NET 2.0' started by FrontierAssoc, Sep 20, 2006.

  1. A while back we got an server error for our web app with the following message, Validation of viewstate MAC failed. My Internet search produced results that said it was caused by users trying to use a web app page that hadn't fully loaded.

    Is there anything I can do code wise to work around this?

    Thanks much.
    Patrick Brothers
     
  2. This is a known issue that I hope Microsoft fixes in the latest .NET framework service pack. I don't think there's a way to programmatically fix this. The problem occurs because the '__EVENTVALIDATION' hidden field is placed at the bottom of the rendered html code.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page