Ask a Question related to ASP.NET Security, Design and Development.
-
Avonelle Lovhaug #1
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
-
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you
<RonGrossi382872@yahoo.com> wrote in message news:1114393703.900419.199790@f14g2000cwb.googlegroups.com... This is the most important question of... -
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... -
Francis Shanahan #2
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



Reply With Quote

