Click to See Complete Forum and Search --> : Securing web applications


stopper
03-01-2006, 12:16 PM
Hi,

Please, can somebody help? I am using ASP.NET to create a mail form. The email recipient's address is contained in the "code-behind" file and not in the actual aspx file. Do I need to do anything to to prevent email harvesting or the form being used as a spam relay or does VB.NET take care of all that?

Any advice greatly appreciated.

thanks,

stopper

takkie
03-02-2006, 03:12 PM
whether the email address is sitting in the code behind, or on aspx form (within the <script> tag), or web.config appSettings.... people wont be able to get it..

- tak

stopper
03-03-2006, 04:46 AM
Hi Tak.

Thanks for your help.

stopper.