FxCop App Security



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


.



Relevant Pages

  • VB.Net Code to read File Names
    ... So I'm looking for sample code that will instantiate MS Access (one that ... only exists during the execution of the VB.Net program) and read and input ... Mark ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Programmatic links in a TKinter TextBox
    ... couple elif statements to the for loop, and removing the break lines. ... def click: ... for t in tags: ... Prev by Date: ...
    (comp.lang.python)
  • Tookie Update
    ... last-ditch Supreme Court appeal that sought to stop his execution early ... Tuesday in California. ... Prev by Date: ...
    (misc.news.internet.discuss)
  • Analysis tool that giving execution time
    ... Are there any analyis tools that tell u time ... of execution of a certain code or at least tell u the number of T ... styles/algorithm etc. ... Prev by Date: ...
    (comp.programming)
  • Ignored words causing error
    ... Execution of a full-text operation failed. ... A clause of the query contained ... Tom ... Prev by Date: ...
    (microsoft.public.sqlserver.fulltext)

Loading