I am using Membership.create user function, then the following error is occurring,
Membership.create
The required anti-forgery form field \"__RequestVerifi
If anyone experiences the error for the same reason why I experience it, here's my solution:
if you had Html.AntiForgeryToken();
Html.AntiForgeryToken();
change it to @Html.AntiForgeryToken()
@Html.AntiForgeryToken()