Implementing page level security

From: Chamindu Ruwin Munasinghe (chamindu_m@hotmail.com)
Date: 01/11/03


From: "Chamindu Ruwin Munasinghe" <chamindu_m@hotmail.com>
Date: Sat, 11 Jan 2003 13:32:38 +0600


Hi
    In my application users are grouped into security levels. and access to
the pages will be given according to the security level. In classic asp what
i did was to store the security level in the session and in each page check
weather the required level is in the session variable. Is there a better way
to do this in ASP.NET
I'm not looking for directory level security all the pages are in the same
directory.

Thanks
Chamindu



Relevant Pages

  • Re: Implementing page level security
    ... Chamindu Ruwin Munasinghe wrote: ... > access to the pages will be given according to the security level. ... > classic asp what i did was to store the security level in the session ... Use Forms Authentication as you would for directory level security and check ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Implementing page level security
    ... > the pages will be given according to the security level. ... > weather the required level is in the session variable. ... > I'm not looking for directory level security all the pages are in the same ...
    (microsoft.public.dotnet.framework.aspnet.security)