Re: Securing files on IIS
From: Brad Kingsley (bklists_at_orcsweb.com)
Date: 09/11/04
- Next message: Jonathan Maltz [MS-MVP]: "Re: Cannot get IIS going on my Windos XP Professional 2002 SP1"
- Previous message: Brad Kingsley: "Re: FTP Help"
- In reply to: Gopi: "Securing files on IIS"
- Next in thread: Bernard: "Re: Securing files on IIS"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 11 Sep 2004 19:23:11 -0400
How about placing all those files in a secure location (denied HTTP or even
outside the web root) and then when an authenticated user requests a file,
stream it out to them.
-- ~Brad Kingsley Microsoft MVP - ASP/.Net Windows 2000 MCSE http://www.orcsweb.com/ Powerful Web Hosting Solutions #1 in Service and Support "Gopi" <gopi_vs2@hotmail.com> wrote in message news:2477d20e.0409111509.624be874@posting.google.com... > Hi, > > How should I secure the files (EXE, PDF, ZIP, PPT) on a form > authentication based website. Am using simple ASP/SQL to authenticate. > I have a validation script running on all the ASP pages on the > website, which redirects an unauthorized user to the login page. But, > how should I set up the same for the EXE, PDF, ZIP, PPT, etc files? I > do not want the ASP.NET/web.config related method. > > I do know about the windows authentication that can be augmented to a > particular folder containing all the related files. But, I would like > to use the same form authentication on the website to secure the > files. I mean, a single point of authentication for the website and as > well as the files on the server. I want the anonymous user to be > redirected to the login page when he keys in the url of the file > directly in the browser (say, he should be directed to the login page > if he keys in something like: http://vgopi2.site.com/important.exe) > > I think this can be done with an ISAPI filter, but I need the details. > > Gopi
- Next message: Jonathan Maltz [MS-MVP]: "Re: Cannot get IIS going on my Windos XP Professional 2002 SP1"
- Previous message: Brad Kingsley: "Re: FTP Help"
- In reply to: Gopi: "Securing files on IIS"
- Next in thread: Bernard: "Re: Securing files on IIS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|