Ask a Question related to ASP.NET Security, Design and Development.
-
Antti #1
Problem with AspNetHostingPermissionLevel
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.
Antti Guest
-
contribute problem - access denied file may not existpermission problem
Recieving the following error message - "access denied file may not exist , or there could be a permission problem" this happened this morning ,... -
Problem playing Quicktime thru .DCR embedded in HTML - pathreferencing problem?
Greetings earthlings and Director heads. Here's the problem: created an HTML file containing shockwave (dcr) movie that calls quicktime movies in... -
Uploading problem = weird warning (was: access denied problem.....)
Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the... -
#21611 [Opn]: Problem with version_compare() (Was: Problem with pear cli and release numbers)
ID: 21611 Updated by: et@php.net -Summary: Problem with pear cli and release numbers Reported By: jan at horde... -
Problem with Apache Web Server config file and PHP (please give advice on what problem may be me)
HI: Can anyone refer me to someone that can help with the problem below. I installed Apache Web Server on my laptop which has Windows XP. I... -
Keith #2
Problem with AspNetHostingPermissionLevel
Here's a spec that will help you out:
[url]http://www.asp.net/whitepaper/aspnet_hosting_public.doc[/url]
Good luck.
AspNetHostingPermissionLevel>-----Original Message-----
>Hi,
>
>Does anybody know the actual meaning ofaccepted value names>enumeration members? All I've been able to find out isof a particular>and their numeric counterparts. But what is the effectpermissions:>value?
>
>E.g. What is the difference between these twodetailed information><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>about those permission levels.
>
>
>.
>Keith Guest



Reply With Quote

