asp.net google recaptcha

本文关键字:recaptcha google net asp | 更新日期: 2023-09-27 18:03:10

我在我的asp.net webform应用程序中使用了谷歌reCaptcha,我遵循谷歌的文档,但我得到这个错误:

Input error: k: Format of site key was invalid

this my code:

<recaptcha:RecaptchaControl
                ID="recaptcha"
                runat="server"
                PrivateKey="your_private_key"
                PublicKey="your_public_key" />

我尝试了不同的公钥和私钥,但结果是一样的

asp.net google recaptcha

Error表示您的CAPTCHA设置仍然设置为Automatic (S-Drive)。

我建议你阅读INPUT ERROR: K: FORMAT OF SITE KEY WAS INVALID.

必须从recaptcha中输入PrivateKey和PublicKey