well as far as i know, theres no way you can view the source of ASP without gettin the file via FTP or any other way like that, which i doubt Spammers can do
have you had problems with Spammers?
or is this just a question asking if Spammers can get it?
if its just a question then... Nope, i doubt they can get it
if it has happened, then is the email address on any other pages?
also do you send out a "Auto-Responder"?
* EDIT *
ooh i might as well say that the reason you cant see the "<% ~ %>" is becose the Server takes it out while processing the page, then sends it to the Vistor, therefor the vistor only will get Straight HTML in there Browser
this is how Spammers cant get your email address if its in the <% ~ %>
but if you did say
<%
dim email
email = "myemail@mydomain.com"
%>
<% Response.Write( email ) %>
then it will type out the email address into html so that wouldnt work
but if you just had your email address in the ASP Mailer Script, but didnt ask the Server to desply it, then it wouldnt show up..
if you do have to disply your email address
id say go to www.dynamicdrive.com and look for their thing that scrambles your email address up, so the Spam Bots cant get it
(but they'll probly find a way to)
Edited by Scotty_32