captcha
am 27.01.2008 07:25:47 von 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
Re: captcha
am 27.01.2008 10:10:30 von Eliyahu Goldin
"Good and easy to understand" is quite relative. Did you look at this?
http://aspnet.4guysfromrolla.com/articles/060706-1.aspx
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Tem" wrote in message
news:uJ9ZD2KYIHA.5132@TK2MSFTNGP02.phx.gbl...
> 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
Re: captcha
am 27.01.2008 14:35:29 von nomailreplies
Here's a few links, complete with code samples :
http://www.beansoftware.com/ASP.NET-Tutorials/Captcha-Preven t-Bots.aspx
http://www.eggheadcafe.com/articles/20040331.asp
http://codeeleven.blogspot.com/2007/11/creating-captcha-cont rol-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-CAP TCHA_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/
======================================
"Tem" wrote in message news:uJ9ZD2KYIHA.5132@TK2MSFTNGP02.phx.gbl...
> 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
Re: captcha
am 27.01.2008 16:11:55 von Eric Moreau
Hi
There is also:
http://www.codeproject.com/KB/aspnet/CaptchaImage.aspx?print =true
http://www.codeproject.com/KB/custom-controls/CaptchaControl .aspx
--
HTH
Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc. (http://www.emoreau.com)
Membre du réseau .NET Expertise (www.dotnet-expertise.com)
"Tem" wrote in message
news:uJ9ZD2KYIHA.5132@TK2MSFTNGP02.phx.gbl...
> 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
RE: captcha
am 28.01.2008 03:40:01 von pbromberg
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
"Tem" wrote:
> 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
>
>