Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use google's new reCAPTCHA "I am not a robot" in asp .net

Hi I would like to use google's new reCAPTCHA in my website. Does anyone has working example in asp .net with codebehind implementation.

Thanks

like image 809
Tony S Avatar asked Feb 04 '15 09:02

Tony S


People also ask

How Google CAPTCHA I'm not a robot works browsers?

reCAPTCHA works by taking any of the scanned words that cannot be recognised and presenting them to a human alongside a known word for interpretation. By typing the known word correctly, you identify yourself as a human and the reCAPTCHA system gains some confidence that you have correctly digitised the second.


1 Answers

Hi Tony you can find out detailed article with sample code here: http://www.codingfusion.com/Post/Google-New-reCaptcha-I-am-not-a-robot-using-asp-n

like image 141
MaxPayne Avatar answered Sep 18 '22 17:09

MaxPayne