Best protection software for web form email spam

C

c676228

Hi all,

Can you direct me or introduce me a best way to protect a web form from a
spam robot?

Thanks,
 
C

c676228

By the way, I do did search on the web.
But I don't have any experiences of using or any knowledge about whatever I
got from the web. Most of these blockers are not available to windows 2005.

I need to get some expert opinions to make sure that I get the right one.

Thanks,
 
E

Evertjan.

=?Utf-8?B?YzY3NjIyOA==?= wrote on 31 mrt 2009 in
microsoft.public.inetserver.asp.general:
Can you direct me or introduce me a best way to protect a web form
from a spam robot?

In programming there is no "best way".

Why do you ask in a classic asp NG?

Asp is serverside, and has no forms.
 
S

Steven Cheng

Hi Betty,

As other member mentioned, if the problem is ASP.NET specific, you can feel
free to post them in ASP.NET newsgroups.

For general anti-spider in web page, here are some means you can consider:

** You can use some Captcha on webpage (which require user interaction to
fill) to prevent auto-robot based web crawler from accessing your page.

#Free Captcha form-to-email script
http://www.snaphost.com/captcha/


** Someone use client-script together with server-side validation(against a
shared timestamp or something like that) to ensure the requst is not issued
from a robot.

#WS-Anti spam (ASP) script description
http://script.wareseeker.com/ASP/ws-anti-spam-asp-script.zip/1704


** If the application support authentication, then make the page
protected(not allowed for unauthenticated users) will also protect robot(as
long as the robot doesn't have your site's login account).

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top