BMW
BMW

Reputation: 620

asp.net google recaptcha

I have used google reCaptcha in my asp.net webform application and I follow google`s doc but I get this error :

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" />

I tried different public and private key but the result was same.

Upvotes: 2

Views: 1284

Answers (2)

vegas red
vegas red

Reputation: 269

You must input PrivateKey and PublicKey from recaptcha

Upvotes: 0

Mayank Pathak
Mayank Pathak

Reputation: 3681

Error Indicates your CAPTCHA settings are still set to Automatic (S-Drive).

I'll suggest you to read INPUT ERROR: K: FORMAT OF SITE KEY WAS INVALID..

Upvotes: 2

Related Questions