ASP.NET CAPTCHA control, improved

I improved the ASP.NET CAPTCHA server control I mentioned yesterday:


This is a companion discussion topic for the original blog entry at: http://www.codinghorror.com/blog/2004/10/aspnet-captcha-control-improved.html

Are you sure you’re working with the latest ZIP file from the article?

I now transfer all the solutions to my laptop and strip the source control bindings, revert to localhost, etc, before packaging it up. The current version of the article (but NOT previous versions) should reflect this. It was updated about 2 weeks ago.

I just downloaded the zip file from the article and ran it on the laptop, using localhost, no problem.

I can include a binary in future versions, though… that’s a good idea.

Hm, could you update the link to the zip perhaps?

The link is broken for the download!

ffff

I’d like to compile and register this control with the machine.config. Would the code require modification for use at a machine level? A namespace declaration or other modification?

How do you set the error message when the user text does not match the image. I have looked in your sample code default.aspx and default.cs and can not find anything.

ss

Jeff,

I’d love to use this control, but your distribution model is lacking. If you could distribute the binary (I can’t find it anywhere in the ZIP file) that would make it brain-dead simple. I tried to open your .sln file, which is looking for “homeserver” - once I fixed that, then it complains about the code being under source control, and then it can’t find the WebApplicationCaptcha project because the path in the .sln is hardcoded to something specific on your computer.

Regards,

Jason