Re: Allow file download only to subscribers
From: Tom Kaminski [MVP] ((A_at_T))
Date: 01/14/04
- Next message: Eric Paul: "Re: Problem with IIS 6.0"
- Previous message: Paul Lynch: "Re: IIS, OWA or AD problem ???!!!????"
- In reply to: Paul Lynch: "Re: Allow file download only to subscribers"
- Next in thread: John Kotuby: "Re: Allow file download only to subscribers"
- Reply: John Kotuby: "Re: Allow file download only to subscribers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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/
- Next message: Eric Paul: "Re: Problem with IIS 6.0"
- Previous message: Paul Lynch: "Re: IIS, OWA or AD problem ???!!!????"
- In reply to: Paul Lynch: "Re: Allow file download only to subscribers"
- Next in thread: John Kotuby: "Re: Allow file download only to subscribers"
- Reply: John Kotuby: "Re: Allow file download only to subscribers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]