我使用谷歌驗證碼在我的asp.net Web窗體應用程序,我跟隨google`s文檔,但我得到這個錯誤:asp.net谷歌驗證碼
Input error: k: Format of site key was invalid
這是我的代碼:
<recaptcha:RecaptchaControl
ID="recaptcha"
runat="server"
PrivateKey="your_private_key"
PublicKey="your_public_key" />
我嘗試了不同的公鑰和私鑰,但結果相同。
公鑰你有沒有實際產生在https://www.google.com/recaptcha/admin/ Web應用程序的特定按鍵?據推測,你實際上並未嘗試使用「your_private_key」和「your_public_key」作爲值? – pwdst 2013-03-09 10:22:14