Silverlight Student
Silverlight Student

Reputation: 4118

Any built in Captcha control from Microsoft to be used in MVC

Does microsoft provides any library for Captcha for MVC. I know there are third party ones but wondering if Microsoft has any one of its own?

Upvotes: 2

Views: 1345

Answers (2)

Erik Funkenbusch
Erik Funkenbusch

Reputation: 93424

There's a nuget recaptcha package.

http://nuget.org/List/Packages/recaptcha

However, this isn't MVC specific. You have to make a few modifications. See:

http://devlicio.us/blogs/derik_whittaker/archive/2008/12/02/using-recaptcha-with-asp-net-mvc.aspx

Upvotes: 0

Valchris
Valchris

Reputation: 1481

Nuget packages typically have all the best development tools.

http://nuget.org/List/Packages/microsoft-web-helpers

ASP.NET Web Helpers Library - 1.15 with 33k+ has a strong following.

Upvotes: 1

Related Questions