Problem with AspNetHostingPermissionLevel

From: Antti (devnull_at_nic.fi)
Date: 01/26/04


Date: Mon, 26 Jan 2004 13:30:05 +0200

Hi,

Does anybody know the actual meaning of AspNetHostingPermissionLevel
enumeration members? All I've been able to find out is accepted value names
and their numeric counterparts. But what is the effect of a particular
value?

E.g. What is the difference between these two permissions:
<IPermission class="AspNetHostingPermission"
             version="1"
             Level="High"
/>

<IPermission class="AspNetHostingPermission"
             version="1"
             Level="Minimal"
/>

Here are the numeric values I've found:
None = 100
Minimal = 200
Low = 300
Medium = 400
High = 500
Unrestricted = 600

I would really appreciate if someone could give more detailed information
about those permission levels.



Relevant Pages

  • Problem with AspNetHostingPermissionLevel
    ... AspNetHostingPermissionLevel ... >and their numeric counterparts. ... >about those permission levels. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Problem with AspNetHostingPermissionLevel
    ... Does anybody know the actual meaning of AspNetHostingPermissionLevel ... and their numeric counterparts. ... about those permission levels. ...
    (microsoft.public.dotnet.security)