Sample MVC3 honeypot project

1.8k Views Asked by At

I was wondering if anyone had an sln file for an MVC3 project containing the Honeypot anti-spam feature I could download and modify. I've tried adding honeypot to projects myself, but to no avail; I always get syntax errors.

1

There are 1 best solutions below

2
On

According to the Honeypot MVC page, you can install the project from the NuGet package manager console - Install-Package SimpleHoneypot.MVC.

I'd use NuGet to install the package into an existing MVC solution rather than trying to add it by hand, as it'll pull in the references and touch up the config and whatever else it does for you.