Skip to content

Instantly share code, notes, and snippets.

@MoienTajik
Last active February 17, 2018 10:12
Show Gist options
  • Save MoienTajik/056aaf6b6b850d37a5f3c245ab1b78c3 to your computer and use it in GitHub Desktop.
Save MoienTajik/056aaf6b6b850d37a5f3c245ab1b78c3 to your computer and use it in GitHub Desktop.
Using Google reCAPTCHA in ASP.NET MVC - Site Settings
public static class SiteSettings
{
public const string GoogleRecaptchaSecretKey = "6Lea1EYUAAAAACn3pDs7EL8msJh0h0KgH-ajakZ_";
public const string GoogleRecaptchaSiteKey = "6Lea1EYUAAAAAHvvT5xIFXt1UknyKUf1C1w5Ko77";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment