Re: Folder and File Permissions
- From: "Winista" <naveenkohli@xxxxxxxxxxx>
- Date: Mon, 10 Apr 2006 18:46:41 -0400
If you want to control the access on files and directories using windows
accounts then easiest would be to use windows auth and impersonation.
Otherwise
You need a mapping between your user account (one that was used to login
with forms auth) and actual windows account. Or some kind of table that
defines what files or folders the user can access.
"Kapil via DotNetMonster.com" <u20614@uwe> wrote in message
news:5e958fe182249@xxxxxx
Hello everybody,
I am using System.IO GetDirectories() method and GetFiles method to
display
all the files and directory on a DataGrid. Now I want to restrict accesss
to
Users to this directory and files. They should not be able to view this
directory and files. How do I set the permissions from ASpX page .I am
using
forms authentication.
Pls guide..
Kapil
--
Message posted via http://www.dotnetmonster.com
.
- References:
- Folder and File Permissions
- From: Kapil via DotNetMonster.com
- Folder and File Permissions
- Prev by Date: Re: Selecting an item in a drop down list
- Next by Date: Re: optimizing aspnet application - speed up
- Previous by thread: Folder and File Permissions
- Next by thread: Re: Help!! redirect classic asp page to asp.net 2.0 page using queryst
- Index(es):
Relevant Pages
|