Problem with AspNetHostingPermissionLevel
From: Antti (devnull_at_nic.fi)
Date: 01/26/04
- Next message: Douglas J. Badin: "Re: Can I pass ASP Basic Auth Credentials to an APS.NET Forms Authentication site?"
- Previous message: Michael Tissington: "Re: Forms Authentication to specific folders"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
- Next message: Douglas J. Badin: "Re: Can I pass ASP Basic Auth Credentials to an APS.NET Forms Authentication site?"
- Previous message: Michael Tissington: "Re: Forms Authentication to specific folders"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|