Ask a Question related to ASP.NET Security, Design and Development.
-
Chris Stev #1
Custom HttpHandlers and Declarative Security
Hello All,
I am using maverick.net (a framework based around a custom httphandler
in ASP.NET) and I'm trying to integrate declarative security into this.
When I put my custom implementation of the IPrincipal into the
HttpContext.User object the declarative security always fails (it never
checks the User object even though it is definately set). However if I
put it into Thread.CurrentPrincipal object it all works ok. This is on
win2003 server.
However on my test machine (running xp prof, not great I know) It
doesn't check any of the objects, the declarative security always fails.
Does anyone know why this might be? Are there big differences between
the security models on win2k/xp versions of the framework and win2003?
Thanks,
Chris
Chris Stev Guest
-
Custom IPrincipal and declarative security checking
download http://www.pluralsight.com/toolcontent/show_pipeline.zip put the ashx file in a web app and run it through your browser - you'll see the... -
Exception Handling declarative security
I'm reading myself into security and ASP.Net. I have written some demo code and now I'm wondering how you deal with exception handling when you... -
Declarative Security in ASP .net
Hi, I am trying to use declarative security in a ASP .net application With the statement below ... -
Custom Permission and Declarative support
Please forgive if this question has been answered a million times before, as I have seen many requests for help on this issues but I have not seen... -
Using httpHandlers to allows access to mp3 files
Hi there I need to allow users to download mp3 files after they have paid for them. Is it possible to use httpHandlers to control access to the...



Reply With Quote

