Skip to content

Sample MVC application for Google's new version of reCAPTCHA called noCAPTCHA

Notifications You must be signed in to change notification settings

nurhat/Recaptcha-noCAPTCHA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recaptcha-noCAPTCHA

Sample C# MVC application for Google's new version of reCAPTCHA called noCAPTCHA

Edit following configuration elements in web.config before starting the project.

<add key="RecaptchaPublicKey" value="YOUR_RECAPTCHA_PUBLICKEY" />
<add key="RecaptchaPrivateKey" value="YOUR_RECAPTCHA_PRIVATEKEY" /> 

About

Sample MVC application for Google's new version of reCAPTCHA called noCAPTCHA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages