i need to how to implement image thast verify human benig as stack overflow by insert and recieve image from database or whats?!
Asked
Active
Viewed 91 times
1
-
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 Answers
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
-
-
See this question: http://stackoverflow.com/questions/696398/what-is-the-best-recomended-captcha-component-for-asp-net – David M Jun 09 '10 at 13:42