RE: Serving custom content based on NTFS permissions
From: Thomas Kincer (tkonline@microsoft.com)
Date: 07/11/02
- Next message: Doug Cutlip: "IIS User Directory and FTP Setup"
- Previous message: Francesca Ko: "IIS Virtual Directory"
- In reply to: jkocher: "Serving custom content based on NTFS permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: tkonline@microsoft.com (Thomas Kincer) Date: Wed, 10 Jul 2002 23:02:17 GMT
Generally, file system manipulation in ASP is done by making use of the
properties and methods exposed by the FileSystemObject. However, this
object does not contain any methods or properties relating to NTFS
permissions. As a result, there is no easy way to determine NTFS
permissions for a specific file system object from ASP.
I would recommend that you place the links into a database and generate
them dynamically based upon the user logged into your intranet. That way
you will not get pop-up prompts for authentication and you can finely tune
which user sees which link.
Thomas Kincer
Microsoft Developer Support
Internet Information Server
Please do not send email directly to this alias. This is our online account
name for newsgroup participation only.
========================================
This posting is provided “AS IS” with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.
========================================
- Next message: Doug Cutlip: "IIS User Directory and FTP Setup"
- Previous message: Francesca Ko: "IIS Virtual Directory"
- In reply to: jkocher: "Serving custom content based on NTFS permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|