captcha

  • Thread starter Thread starter Tem
  • Start date Start date
T

Tem

Does anyone know where I can find a good and easy to understand sample or
tutorial of captcha validation for asp.net? (with source code not something
like recaptcha)
the ones I found are too complicated to implement

thanks,
Tem
 
Here's a few links, complete with code samples :

http://www.beansoftware.com/ASP.NET-Tutorials/Captcha-Prevent-Bots.aspx
http://www.eggheadcafe.com/articles/20040331.asp
http://codeeleven.blogspot.com/2007/11/creating-captcha-control-in-aspnet.html

Here's a couple of opinions stating that using captcha is overrated :

http://www.brains-n-brawn.com/default.aspx?vDir=aicaptcha
http://weblogs.asp.net/rhoward/archive/2006/07/19/Why-no-CAPTCHA_3F00_.aspx

Here's the link to the free source code/binaries for ReverseDOS :
http://www.angrypets.com/tools/rdos/download.aspx



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 
Search on "ASP.NET Captcha control" and include the quotes.
An excellent Captcha that won't strain your eyes or frustrate you is simply
to ask the user to enter the sum of two displayed numbers. Even simpler, Jeff
Attwood displays a graphic with the word "Orange" which never changes, and
states that it is near 100% effective.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
 
Back
Top