开发者

recaptcha error in .net - timeout

I am facing error with recaptha, timeout.

I have specify all keys and just valid() calpcha function on code behind. It waits for while and time out.

More over, When doin开发者_运维问答g page.Isvalid() with capcha, it is alway false, what should be the reason?

  <recaptcha:RecaptchaControl ID="recaptcha" Theme="white" runat="server" PublicKey="6LdwMMgSAAAAALdraGklD-N1Jfr5Fuxq6gyaJMy7"
                                            PrivateKey="6LdwMMgSAAAAAKV6hOjAHdFURCUZ6oS_NmxF8iaD" />



 recaptcha.Validate();


Just wanted to point this out: you should hide your actual private Recaptcha key. Don't want people seeing that!


try to run without configure your application in IIS, you will get solution

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜