Ask a Question related to ASP.NET Security, Design and Development.
-
MS Newsgroups #1
Declarative Security in ASP .net
Hi,
I am trying to use declarative security in a ASP .net application
With the statement below
<System.Security.Permissions.PrincipalPermission(S ystem.Security.Permissions
..SecurityAction.LinkDemand, Role:="BUILTIN\Account Operators")> _
Public Class myClass
I always receive a security exception regardless if i am a member of the
role. Server is configured for Windows Authentication and identity
imperonate is set to true in web.config.
Is this supposed to work, or am i doing something wrong ?
Regards
Niclas
MS Newsgroups Guest
-
Declarative Web Parts
I've been looking into creating Web Parts with asp.net 2.0, and I like the framework. My question is, is there a way to write them declaratively? I... -
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... -
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... -
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... -
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...



Reply With Quote

