1

i need to how to implement image thast verify human benig as stack overflow by insert and recieve image from database or whats?!

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
shmandor
  • 881
  • 3
  • 14
  • 22
  • possible duplicate of [What is the best/recomended CAPTCHA component for ASP.NET](http://stackoverflow.com/questions/696398/what-is-the-best-recomended-captcha-component-for-asp-net) – Pete Kirkham Jun 09 '10 at 13:04
  • (that is, assuming the question is asking for an arrangement similar to what SO implements, as opposed to asking whether the human being is on SO) – Pete Kirkham Jun 09 '10 at 13:05

1 Answers1

2

The technology you need is called "Captcha". Google this, and you'll find several solutions for ASP.NET. Recaptcha is a good one IMHO.

David M
  • 71,481
  • 13
  • 158
  • 186