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

  1. #1

    Default Simpler question

    Alright - here's a simpler part of my previous questions.
    If I have an application that uses forms authentication,
    is it possible to have one Login.aspx file for the root
    application, and a separate Login.aspx file for a folder
    within the root application, only to be used when someone
    tries to reference that folder?

    From what I can tell, I will have to use the same
    authentication cookie for both folders, and utilize some
    kind of role based security to identify who can access the
    root and who can access the folder (in my case, it will
    likely be one or the other but not both). Right?

    Thanks,

    --Avonelle

    Avonelle Lovhaug Guest

  2. Similar Questions and Discussions

    1. A simpler request?
      I want to make a series of buttons with the following characteristics: 1. Rolling over a given button will change the button's appearance to a...
  3. #2

    Default Re: Simpler question

    I'm not a doctor :) but I do recall reading you can have a web.config in
    each folder and hence it would make sense that you can have another
    authorization & authentication section in that sub folder's web.config.

    -fs

    "Avonelle Lovhaug" <alovhaug@yahoo.com> wrote in message
    news:09db01c36811$f94d47b0$a001280a@phx.gbl...
    > Alright - here's a simpler part of my previous questions.
    > If I have an application that uses forms authentication,
    > is it possible to have one Login.aspx file for the root
    > application, and a separate Login.aspx file for a folder
    > within the root application, only to be used when someone
    > tries to reference that folder?
    >
    > From what I can tell, I will have to use the same
    > authentication cookie for both folders, and utilize some
    > kind of role based security to identify who can access the
    > root and who can access the folder (in my case, it will
    > likely be one or the other but not both). Right?
    >
    > Thanks,
    >
    > --Avonelle
    >

    Francis Shanahan 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