Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement reCaptcha for ASP.NET MVC? [closed]

How do I implement reCaptcha in ASP.NET MVC and C#?

like image 247
xport Avatar asked Jan 06 '11 02:01

xport


People also ask

Can I use reCAPTCHA without a Google account?

If your site was built by a 3rd party developer, you will no longer be able to use reCAPTCHA without an active Google account. Your developer most likely setup the API using their own Google credentials, as there was no need to activate it with a credit card.

Is reCAPTCHA v2 still available?

Many websites are still using reCAPTCHA v2, which was launched in 2014. If a user's behavior triggers suspicion, reCAPTCHA v2 will provide a challenge that the visitor must solve to prove they're human. We're all familiar with the various versions of reCAPTCHA v2.


1 Answers

There are a few great examples:

  • MVC reCaptcha - making reCaptcha more MVC'ish.
  • ReCaptcha Webhelper in ASP.NET MVC 3
  • ReCaptcha Control for ASP.NET MVC from Google Code.

This has also been covered before in this Stack Overflow question.

NuGet Google reCAPTCHA V2 for MVC 4 and 5

  • NuGet Package
  • Demo And Document
like image 82
George Stocker Avatar answered Oct 24 '22 20:10

George Stocker