Posts

5/2008 30
Reflecting your assemblies in an ASP.Net web site
It never fails.  You need to reflect through all of the assemblies in you web site and you find that the reflection is missing some of the classes.
Read the rest of this entry
5/2008 29
Extending the ASP.Net Security model to use rights : Part Four - RightPermission
The RightPermission works in the background.  Out of sight, out of mind and easily forgotten.
Read the rest of this entry
5/2008 28
Extending the ASP.Net Security model to use rights : Part Three - Attributes
Part Three- Attributes.  Now that we have a Principal object with rights loaded as the current requests user we can begin assigning security to code by the users rights as well as their role membership.
Read the rest of this entry
5/2008 24
Extending the ASP.Net Security model to use rights : Part two - the IHttpModule
In part one - IPrincipal, I talked about the right and IPrincipal objects needed to add "right" based security to asp.net applications in addition to role based security.
Read the rest of this entry