FxCop App Security
- From: "Velvet" <velvet@xxxxxxxxxxxxxxxxx>
- Date: Thu, 5 Jan 2006 10:31:57 -0800
I ran FxCop on one of the components for my web site and the security rules
what me to add "[assembly: Security Permission()] tags like the ones listed
below:
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution =
true)]
[assembly: PermissionSet(SecurityAction.RequestOptional, Name = "Nothing")]
This breaks my ASP.NET application. So my question is, what should these
tags be when used in a .NET application? I haven't found much information
on this so if I could get more info on it in relation to ASP.NET that would
be great.
thanks,
Velvet
.
- Follow-Ups:
- RE: FxCop App Security
- From: Steven Cheng[MSFT]
- RE: FxCop App Security
- Prev by Date: Re: PostBack Events on Server Running .NET 1.1 and 2.0
- Next by Date: Re: Why the server controls do not show?
- Previous by thread: Re: possible java script question
- Next by thread: RE: FxCop App Security
- Index(es):
Relevant Pages
|
Loading