Devi testare l'esistenza della directory:

codice:
if FileSystemObject.folderexists(server.mappath(ImageDirectory)) then
'stampi
else
response.Redirect("errore.html")
end if