I want to use reCaptcha control in my asp.net mvc 3 razor view engine c# project
I found this tutorial
http://thenullreference.com/blog/robots-gotcha-down-get-recaptcha-in-asp-net-mvc/
I copied codes from there but visual studio gives error on this private IHttpForm httpForm;
Does anybody have a idea how i can solve this problem?
Here’s my walkthrough for implementing Google reCaptcha.
It shows all the steps necessary to add reCaptcha to your site.
How to implement Google reCaptcha in an MVC3 application?