What CAPTCHA system is compatible with ASP.NET MVC? [closed]

心已入冬 提交于 2019-11-27 01:02:39

问题


What CAPTCHA system is compatible with ASP.NET MVC? Are there any good examples out there?


回答1:


Try this post

Source code can be found here if you don't have the patience to read the article: zip file




回答2:


This is a great tutorial on using reCaptcha in MVC and works with the currently newest release.




回答3:


Stack Overflow, which is written using ASP.NET MVC, uses reCAPTCHA. You can find out more about reCAPTCHA at Digitizing Books One Word at a Time and even watch Jeff Atwood talk about reCAPTCHA within Stack Overflow during his talk at PDC 2008.




回答4:


Check out RecaptchaMvc. It's a framework that uses the reCAPTCHA service and ASP.NET MVC.



来源:https://stackoverflow.com/questions/258897/what-captcha-system-is-compatible-with-asp-net-mvc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!