The reason I need to stream the file is to stop unauthorized users from accessing it. I have no problems stopping unauthorized users from accessing the asp files but im worried that a user could just type the name of the zip file in and download it directly, therefore bypassing the asp page security.
If I put it into a database could the authorized users download it like a normal zip file?
How many people would have access to this file? Would it be effective to put it in a protected directory, and then give the password to those people so that they could access it?
By that I mean stick the file in a directory and then put read only rights on that directory and only for one user (or more if you wish) -- but no rights for the default users (browser)... then, if anyone tries to type in the address, they will be prompted for a username and password.
Additionally, you could put that username and password on a page that is easily protected via your ASP access rights.
The page might look like this:
<%
if session("privelage" = "canSee" then
%>
Click the link below and this information when prompted:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.