Irakli Lekishvili
Irakli Lekishvili

Reputation: 34158

asp.net mvc 3 razor and reCaptcha errors

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?

Upvotes: 1

Views: 1266

Answers (1)

CD Smith
CD Smith

Reputation: 6607

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?

Upvotes: 1

Related Questions