Posted on: 5/24/2011 10:06:46 AM | Views : 858

I use google recaptcha control into my asp§.net website.
After creating my account on google website in order to use this control i generated
the public an private keys with this domain name cheickna.net and i check the option
to use it as global Key i.e a key wich work accross all domains.
Google generate a code like this :
Private Key: 6LfypsQSBBBBBLMd1s4wdUY439lMJXrn1_Anqxc5
and i get this advice :
"Use this when communicating between your server and our server. Be sure to keep it a secret."
In my aspx page my control is declared like this :
 
<asp:Label Visible=false ID="lblResult" runat="server" /> <recaptcha:RecaptchaControl ID="recaptcha" runat="server" Theme="red" PublicKey="6LfypsQSBBBBBHm5PXw10dKeulm8IGQH4XvvU-vC" PrivateKey="6LfypsQSBBBBBLMd1s4wdUY439lMJXrn1_Anqxc5" ...

Go to the complete details ...