07-19-04 10:56 PM
On 19 Jul 2004 09:23:28 -0700, ktuel@streck.com (Kalvin) wrote:
>I am running IIS 6. I have an application designed to authenticate
>the users as to who they are and then only allow them to get certain
>files depending on how the authenticated. We want all users to be
>able to access our site. The problem is that if a user was clever,
>they would be able to modify the URL for their file and possibly get
>other files that are not intended for them.
>
>Is there a way to allow Anonymous User access to their files only if
>they are being accessed through a particular web site. If they paste
>a URL into the address bar, it will not allow them access to the file.
> If I am not clear enough, let me know and I will elaborate more.
The obvious way is to use NTFS permissions and Windows authentication,
rather than your custom app.
Jeff
[ Post a follow-up to this message ]
|