I understand how to write password and login pages to prevent access to an ASP page but how do you protect the images on those pages. What I mean is that a not logged in user can still type the URL of an image on that page and see the image displayed on their browser. Is there an ASP solution to protecting images from unauthorised viewing? Thank you.