Posted with : ASP.NET MVC

Integrate Google reCaptcha into ASP.NET MVC form

The purpose of this task is to avoid spam post on your site (actually on your forms). We accept human post, not any robotic post ;)

The library out there

Again, when having any task to do we should understand what it requires from both requirements view and also technical view. Later, do some search to see if it has been done by any active guy in the globe, even we can implement it ourself or here.

With reCaptcha also, I found some useful libraries there recaptcha-net, reCAPTCH.MVC and so forth.

How to use RecaptchaNet

I choose this because it does not require any dependency (as version 1.3).

To have a detail guide from the creator, please go to there documentation site

References

  1. What is reCAPTCHA
  2. Google reCAPTCHA in ASP.NET MVC
Written on August 28, 2015

Tags