I deployed my MVC application in our IIS server. When I go to registration page the recaptcha image is not showing. However, When I run it on Visual Studio its working properly. I’m using IIS 6.
Do you guys have any idea regarding this issue?
Best regards,
Just a guess, but have you set up your public/private keys correctly?
From the recaptcha API docs
As for why it works in development, but not off your server:
… so even if you haven’t set up your keys properly, the reCAPTCHA will still work if the page is being served from your local machine. Once you deploy though, and incorrect or missing key will prevent the reCAPTCHA from loading.