tags:

views:

53

answers:

1

Hi,

for the purpose of preventing spam in my application, i wanted to try Akismet plugin. But the page is a html page in the asp.net application. do we have any akismet api for html pages. Please let me know..

PS: i need to retain it as a html page, and not change it to an aspx page.

Thanks in advance, Geetha

A: 

Akismet C# API for the .Net Framework 1.1 and 2.0.

This is a little Microsoft .Net class which allows you to use the powerful Akismet comment spam protection in your .Net wiki/blog/website/software.

Edit: You can try reCAPTCHA as well.

Shoban
thanks for this link..i did find this link when i googled.. but not sure, if i can use this on my html page..
Geethapriya
wel.. how long would it take you to rename html file to asp.net
Shoban
i want to retain it as a html page..that s why..
Geethapriya
then try recaptcha, not sure whether it has js api or not. Why are you protecting the form?? you can just use a basic captcha (question) to protect spam.
Shoban
thanks for the suggestion..used this link that was very helpful http://www.captcha.cc/
Geethapriya