Re: Using NTFS security to protect files served via asp/iis
From: travelling_nerd (travelling_nerd_at_yahoo.com)
Date: 04/06/04
- Next message: Brett: "Re: Is Apache ASP similar to ASP?"
- Previous message: Steven Burn: "Re: asprunner"
- Messages sorted by: [ date ] [ thread ]
Date: 5 Apr 2004 19:01:02 -0700
"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message news:<c4bsnt$4rv18@kcweb01.netnews.att.com>...
> "travelling_nerd" <travelling_nerd@yahoo.com> wrote in message
> news:960eff8b.0403291922.95c19fd@posting.google.com...
> > Folks:
> >
> > I have some zip files I'd like to serve to authenticated users on my
> > site, but would like to prevent unauthorized users from using an
> > absolute path to get to these zip files. For example
> > http://blah.com/file.zip should not be accessible directly without
> > authenticating. However, my current authenticaion goes to an LDAP
> > server and I'd rather not prompt users for another username and
> > password.
> >
> > The only way I can figure this is to create a local user account on
> > the server, then set it to have NTFS read permissions for file. The
> > tricky part is using asp to pass windows authentication information in
> > the background to the server. Once it's authenticated, the download
> > begins. If a user somehow figures the absolute path to ther file, he
> > should be prevented from downloading it.
> >
> > Is this possible?
>
> The whole NTFS part is simple. I'm not sure I understand why you want ASP
> to be involved.
>
Sorry for the lack of clarity. What I want to do is authenticate, via
asp, access to a file that has specific ntfs permissions. For example.
A local user on the server is called "bob". I want only "bob" to
download the file, but I don't want the web browser to prompt him for
his username and pw. I want to hard code it in asp. Only bob will know
the url to the file.
- Next message: Brett: "Re: Is Apache ASP similar to ASP?"
- Previous message: Steven Burn: "Re: asprunner"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|