Ask a Question related to ASP.NET, Design and Development.

  1. #1

    Default folder permissions

    We have a repository of reports(Crystal). It is many folders and
    subfolders.We have set permissions to these folders based on who needs
    access to them by implementing groups in Active Directory.

    Problem: I want to populate a tree view with only the folders the user has
    permissions to. I can get the groups the user is a member of. I can't
    determine which groups have permissions to which folders. Any suggestions
    would be welcomed.


    eNathan Guest

  2. Similar Questions and Discussions

    1. sub-folder admin permissions?
      Hi everyone, I created a site for a local non-profit with multiple offices. The exec director wants each office to have their own page, and to...
    2. Listing Permissions on a Folder
      Hi All. I was wondering if there is anything out there which would allow me to list permissions on a selected folder of my web site. This would be...
    3. Help with setting folder permissions
      I'm running XP Home Edition on a Dell Dimension 8100, Pentium 4, 80 gig HD, 256 RAM (although none of that info will probably be needed to answer...
    4. Setting Folder Permissions
      Hi, I am sooo lost with a problem I have. I bought a new digital camera and when I tried to install the software it got an error message "unable to...
    5. Database/Folder Permissions
      Hi! What kind of permissions should my database and database containing folder have? I have the ability to set Read Only, Read/Write, or Full...
  3. #2

    Default Re: folder permissions

    > Problem: I want to populate a tree view with only the folders the user has
    > permissions to. I can get the groups the user is a member of. I can't
    > determine which groups have permissions to which folders. Any suggestions
    > would be welcomed.
    You could store this information in the AppSetting section of the web.config
    and look it up based on the users role before populating the tree view.

    HTH

    Lauchlan M


    Lauchlan M Guest

  4. #3

    Default Folder Permissions

    I am encountering a connection issue. CS3 is balking at creating a folder in a
    directory to which it has permissions.

    Imagine a setup of /maindirectory and /maindirectory/divisiondirectory.
    I want to be able to allow a user to edit files in the divisiondirectory folder
    only.

    I originally set the user account as read-only on the maindirectory and full
    access on the division directory. CS3 would not allow me to connect to the
    site. The log indicated a problem in creating a test folder, not in the
    initial connection.

    [I should note, using this setup, I could use command-line ftp and access
    divisiondirectory fine with the user's credentials. I could create
    sub-folders, files, etc. in the divisiondirectory. This setup also passed
    without error the little FTP Server Check program the online docs suggest.]

    I made one modification -- I modified it so that the user had full access to
    maindirectory as well. CS3 then allowed me to connect and edit files. (Alas,
    the user can now also edit files in the maindirectory, which I definately do
    not want!)

    Is this problem by design (in other words, did the designers intended for it
    to act this way)?

    Input would be much appreciated. )
    Chana_R


    Chana_R Guest

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139