views:

165

answers:

3

im looking for a captcha control that is designed for asp.net mvc

which one is the easiest to implement?

+5  A: 

reCAPTCHA- see here on how to use it.

RichardOD
+1  A: 

You might want to take a look at this .. :)

MVC Captcha

Thanks,
Mahesh Velaga.

Mahesh Velaga
A: 

Here is free MvcCaptcha library: http://www.smartsoftwarebits.com/mvccaptcha

And here is the article how to use it.

Konstantin Nizhegorodov