Re: Allow file download only to subscribers

From: Tom Kaminski [MVP] ((A_at_T))
Date: 01/14/04


Date: Wed, 14 Jan 2004 08:35:15 -0500


"Paul Lynch" <paul.lynch@nospam.com> wrote in message
news:g2ga00lnnbu95cil76css8966c1abc8s9v@4ax.com...
> How do I control access to an area?
> http://www.aspfaq.com/show.asp?id=2114

Use this in conjunction with placing the files outside of your wwwroot path
(so they don't have a directly accessible URL) and using an ASP with
ADODB.Stream and Response.BinaryWrite to serve the document to the client
once they authenticate.

http://support.microsoft.com/?kbid=276488

-- 
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/