Files security in asp.net

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

  1. #1

    Default Files security in asp.net

    I only want the authorized user to access the files (e.g. excel and pdf
    files) in one directory with the
    Form authentication. How can I do?


    Ben Chen Guest

  2. Similar Questions and Discussions

    1. SWF files and security?
      Could someone know a good decision for secured swf file, doesn't matter generated on the fly from Flex App Server or other environment? What I...
    2. Sandbox security cffile upload tmp files
      We have recently upgraded our ColdFFusion installation and implemented sandbox security. However, when attempting to use CFFILE to upload files...
    3. Flash 8 Security and viewing local files
      Big problem. We currently develop in Flash 7, but are viewing the applications on Flash 8 player. ( We are trying to appropriate Flash 8 and use...
    4. Removing/Replacing CFIDE files for security
      I tried removing the CFIDE directory and all its contents from the inetpub/wwwroot directory so that nobody can access it. The idea is to put...
    5. Apply windows security to all files in web app
      Hi, I have set up windows authentication in the web.config file and authentication to allow only identified windows users. I have placed a...
  3. #2

    Default Re: Files security in asp.net

    On Thu, 14 Oct 2004 11:03:38 +0800, "Ben Chen" <ben.chen@kuehne-nagel.com> wrote:

    ¤ I only want the authorized user to access the files (e.g. excel and pdf
    ¤ files) in one directory with the
    ¤ Form authentication. How can I do?
    ¤

    You can use role-based security:

    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;306238[/url]


    Paul ~~~ [email]pclement@ameritech.net[/email]
    Microsoft MVP (Visual Basic)
    Paul Clement Guest

Posting Permissions

  • You may not post new threads
  • You may 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