mvc 3 recaptcha not using Razor but just aspx engine
currently using mvc 3 and every time i search how to use ReCaptcha on it id always find something that uses microsoft.web.helpers and razor. I know i can use the razor engine with the regular aspx but id rather not just to avoid confusion. Anywho, 开发者_JAVA百科I'm having problems on how to call the recaptcha on the aspx using microsoft.web.helpers. I guess my question is, am i even using the right references for the aspx engine?
any help is appreciated.
Thanks! g
Here is how to do it in MVC 2, however this should work fine in MVC 3 since you are using the ASPX rendering engine.
http://devlicio.us/blogs/derik_whittaker/archive/2008/12/02/using-recaptcha-with-asp-net-mvc.aspx
Here is another solution:
http://mvcrecaptcha.codeplex.com/
Duplicate of: asp.net mvc and recaptcha action
The code in below links work perfectly in my MVC 3 project
http://www.dotnetcurry.com/ShowArticle.aspx?ID=611
精彩评论