ASP.NET MVC CAPTCHA | Bypeople

ASP.NET MVC CAPTCHA

Note: Most recent update for MVC Release Candidate 3 is out.So my MVC application that I have been working on required a CAPTCHA today. The problem is that all of the solutions out there, that I could find for ASP.NET, are control based and I wanted a more MVC approach. I know I could have easily implemented one of them using the Html.RenderControl(), however I want to use a MVC approach to the CAPTCHA authentication box. So I started out with Jeff Atwood’s CAPTCHA Control made for ASP.NET…



Related Deals


Related Posts