Hola
 
O te he entendido mal o es así de fácil 
 Cita:  if not email = "" and email = "
[email protected]" then
Response.write "Eres un poco paliza ehhhh??"
Response.End ()
end if 
if titulo="" or descripcion="" or categoria="" or subcategoria="" or email="" or ciudad="" then
error = "Debe completar todos los datos del anuncio"
Response.write error
Response.End ()
end if  
if not titulo="" or not descripcion="" or not categoria="" or not subcategoria="" or not email="" or not ciudad="" then 
ssqls="UPDATE anuncios SET ......"
Cons.Execute(ssqls) 
end if
   Suerte