keep the files outside of the web or in a folder no ones knows the location
of
the stream the files to logged in users... whch wil keep the file locations
secret to everyone
www.aspin.com has some god examples on streaming from as code as well as a
lot of nice FREE asp login managers
www.aspprotect.com is a also good place to look if you are lokin for
something that can handle all of this for you including the streaming
"Greg" <GCronin82@gmail.com> wrote in message
news:1145380166.452487.49980@g10g2000cwb.googlegro ups.com...[color=blue]
>I need to be able to secure files on my web server. I am using asp to
> secure access to links and pages, for example:
>
> <%If Session("manager")=FALSE Then%>
> You are not authorized to view this page
> <%Else%>
> <<<Page Code>>>
> <%End If%>
>
> The place I'm running into problems is with files. I have a lot of
> charts and such in PDF version. I kind of doubt there is a way to
> secure these files with asp, but I thought it would be worth a try. My
> biggest issue is that PDFs are stored in the browser's history, so once
> the page has been accessed, anyone using the browser can get to that
> unsecured PDF. As a brute force fix, is there some way to simply erase
> the site from the browser history? If not, is there a way to secure
> the PDF, or does someone know of a better group to post on? Thanks!
>[/color]