I have windows 2003 server running with IIS5 and I have enabled to use
asp and asp.net.
What I am trying to do is this.
I have a page from server1, lets say it's
http://www.server1.com/searches/results.asp or
http://www.server1.com/searches/results.aspx, depending whether I use
asp or asp.net. on server1, the member has already logged in and did a
search for a image file.
this page shows search results and differents images people can
download. and for each result you can download an image. You can
either download one or how mnay images you want that are on the search
results page. I am using http://www.informatik.com/tiffdll.html to
merge images if they chose more than one image to download.
the images however are one server2 in the
http://www.server2.com/images/download directory. and in the download
directory there subfolders for the different types of image files.
I would like to set something up where the server2 would only let
members download from the server 1 link in the downloads directory.
I have read some on http_HTTP_REFERER but that's not always 100%, Can
someone please lead me the right way, should I be using global.asa or
global.asax???? I just need some kind of rule where the downloads
directory will only be accessable in server2 from using only the link
provided by server1.
thanks in advance.