Re: Implementing page level security

From: Craig Deelsnyder (c_deelsny@yahoo.com)
Date: 01/11/03


From: "Craig Deelsnyder" <c_deelsny@yahoo.com (remove underscore)>
Date: Sat, 11 Jan 2003 13:52:42 -0600


A two-part article that may help (introduces how security works, some
examples, etc.):

http://msdn.microsoft.com/msdnmag/issues/02/04/aspsec/default.aspx
http://msdn.microsoft.com/msdnmag/issues/02/05/ASPSec2/default.aspx

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
"Chamindu Ruwin Munasinghe" <chamindu_m@hotmail.com> wrote in message
news:ujJ7yLUuCHA.2668@TK2MSFTNGP12...
> 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)
  • Implementing page level security
    ... the pages will be given according to the security level. ... In classic asp what ... 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)