A
Andy Le
Your opinion is appreciated.
I am thinking about building a role-based security module for my web
based application. Here is what I have in mind:
1. Build a page filter class which enherits from IHttpModule and
overide the Stream.Write() method....to basically remove the
restricted html elements based on the user's role before the html
comes back to the browser. Any defects in this design or do you see
any other better approaches ?
Thanks
I am thinking about building a role-based security module for my web
based application. Here is what I have in mind:
1. Build a page filter class which enherits from IHttpModule and
overide the Stream.Write() method....to basically remove the
restricted html elements based on the user's role before the html
comes back to the browser. Any defects in this design or do you see
any other better approaches ?
Thanks