I have a form post that consistently gives me an anti-forgery token error.
Here is my form:
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
Is necessary check the form is it valid, before disable submit button.