Previous Code Entry
Left Arrow
ASP.NET C# - play YouTube videos on your page
Current Code Entry
Next Code Entry
ASP.NET (C# Version) check if Zip Code exists If not, show a message.
Right Arrow
No Captcha ReCaptcha 2.0 with ASP.NET (C# Version)
Article Entry Date: July 17,2022 @ 10:49:33 / Last Updated On: August 14,2022 @ 05:56:40
Ported over from our ASP Classic Code«
No Captcha ReCaptcha 2.0 with ASP.NET using C# is easy to set up and use with this code to stop bots and minimize spammers.
Google's new No Captcha ReCaptcha 2.0 with ASP.NET integration will allow everyone running C# for their websites to add this new tool to their arsenal to help combat bots and slow down spammers.

Shahid Shaikh from codeforgeek.com« (Article is no longer available.)
His response got me pointed in the right direction.



You will need the new reCaptcha 2.0 Site Key.
Go here: https://www.google.com/recaptcha/admin.
Add a new Site Key for your website.
For local testing, you will have to test with
127.0.0.1/Load.aspx
It will not work with a static IP Address or with localhost anymore.



Other Articles Related to this Entry.
No Captcha ReCaptcha 2.0 with ASP Classic«
No Captcha ReCaptcha 2.0 with ASP.NET (VB Version)«