I am using Membership.create user function, then the following error is occurring,
Membership.create
The required anti-forgery form field \"__RequestVerifi
You have [ValidateAntiForgeryToken] attribute before your action. You also should add @Html.AntiForgeryToken() in your form.
[ValidateAntiForgeryToken]
@Html.AntiForgeryToken()