Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hello Everyone.

I need code for Captcha..........?


Thanks...
Posted
Updated 24-Sep-12 23:45pm
v2

 
Share this answer
 
Look at Recaptcha[^] - it's simple to use, and helps digitise books at the same time.
 
Share this answer
 
Hi,

Please see the below link.
It might be helpful to you.

CAPTCHA Image[^]

http://makhaai.blogspot.in/2008/03/captcha-image-aspnetc.html[^]

Thanks,
Viprat
 
Share this answer
 
 
Share this answer
 
v2
Hi,
try to chceck this:
http://www.captcha.net/[^]

Regards
Robert
 
Share this answer
 
hi
Please see the Steps Below.

Installation instruction:

1.Unzip the downloaded file.

2.Copy MSCaptcha.dll and MSCaptcha.xml files to your /bin application directory.

3.In your ASP.NET application, add reference to mscaptcha.dll file.

4.Modify your web.config file, by adding this line to <httphandlers> section:
C#
<add verb="GET" path="CaptchaImage.axd" type="MSCaptcha.CaptchaImageHandler, MSCaptcha " />


5.If using IIS 7, add name parameter .
6.If using Captcha version 4, use "MSCaptcha.captchaImageHandler" instead.
7.Add MSCaptcha control to your Visual Studio toolbox (optional)

That's it!

Downloading your FREE copy:
From here
1.Captcha version 2.0 for .NET
2.
Captcha version 4.0 for .NET framework 4


Thanks
Mordhwaj Chauhan
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900