The Way to Programming
The Way to Programming
How do I secure images stored in the file system in ASP?
My images are stored in a folder, images/111.jpg
and if someone goes to the url, www.example.com/images/111.jpg
, I don’t want them to see the picture.
But I have another page which can get that image and show it on the browser. www.example.com/viewimages.aspx
I do not have any use the forms authentication of asp so I don’t think I can solve this by adding something like
Sign in to your account