简体   繁体   中英

Captcha image not showing in my asp.net mvc application

 @using CaptchaMvc.HtmlHelpers <.DOCTYPE html> <html lang="en"> <head> @Scripts,Render("~/bundles/jquery". "~/bundles/modernizr") @Scripts.Render("~/bundles/jqueryval") @Scripts.Render("~/bundles/bootstrap") @Styles.Render("~/Content/css") </head> <body> <div> <div> @Html.Captcha(4) <p class="Error"> @ViewBag.ErrMessage </p> </div> </div> </body> </html>

I am using simple captcha in login page but when application loads first login page captcha image not showing

You need to be registered, and have some specific code that you can get by going to the link below:

Recaptcha Solution here!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM