captcha

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
 
J

Juan T. Llibre

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/
======================================
 
P

Peter Bromberg [C# MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top