I am using Membership.create user function, then the following error is occurring,
Membership.create
The required anti-forgery form field \"__RequestVerifi
In my case, I had this in my web.config:
But my project was set to not use SSL. Commenting out that line or setting up the project to always use SSL solved it.