Ask a Question related to ASP.NET Security, Design and Development.
-
Chris Cummings #1
Can't get a code group to work
I'm trying to use .Net Code Access Security. I've tried to
create a code group at the user level (using strong name
membership). Every time I run the app that is a member of
the group, I get a SecurityException and never even get
into Main(). This fails even if I set the PermissionSet of
the group to Everything. The only time I can get the app
to run is if I set the PermissionSet to Full Trust. Is
there something I need to change in security.config or
some Windows security setting I need to change?
Chris Cummings Guest
-
code completion for fl.* group?
hey, i'm not getting code completion for tweens or anything like that. when i type 'import fl.' i also don't get any completion. what am i... -
Work group in IND. for more than 200 A4 pages
Guys am just a biggner in IND. I can work on a one IND file max 10 pages But there is my question Am working with a group of 40 person they are... -
[ba-rb] BA-rb ( Bay Area Ruby Users Group ) - 'Generating Code in Ruby' by Jack Herrington.
Count me in again, too. -- Jos Backus _/ _/_/_/ Sunnyvale, CA _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ jos at... -
Cannot access work group
I have just updated a computer to windows xp he from windows 2000. Now I cant access the other computer on home network using windows 2000. ... -
Trying to get Group Policy to work
Nico, I am experiencing the same problem. I am running XP Pro... "Nico Tomacelli (MSFT)" <nicot@online.microsoft.com> wrote in message... -
Chris Cummings #2
Can't get a code group to work
OK, I found the reason. I have the code group flagged as
exclusive (i.e. only use the permissions of this group at
the user level). But I don't see why I can't mark it as
exclusive. The documentation says that a security
exception is thrown if the assembly is a member of more
that one exclusive group which is not the case???to>-----Original Message-----
>I'm trying to use .Net Code Access Security. I've triedof>create a code group at the user level (using strong name
>membership). Every time I run the app that is a member of
>the group, I get a SecurityException and never even get
>into Main(). This fails even if I set the PermissionSet>the group to Everything. The only time I can get the app
>to run is if I set the PermissionSet to Full Trust. Is
>there something I need to change in security.config or
>some Windows security setting I need to change?
>.
>Chris Cummings Guest
-
Chris Cummings #3
Can't get a code group to work
Actually turning of the exclusive attribute of the code
group basically gives the assembly Full Trust from the
AllCode group, so I'm back to square one.to>-----Original Message-----
>I'm trying to use .Net Code Access Security. I've triedof>create a code group at the user level (using strong name
>membership). Every time I run the app that is a member of
>the group, I get a SecurityException and never even get
>into Main(). This fails even if I set the PermissionSet>the group to Everything. The only time I can get the app
>to run is if I set the PermissionSet to Full Trust. Is
>there something I need to change in security.config or
>some Windows security setting I need to change?
>.
>Chris Cummings Guest
-
Chris Cummings #4
Can't get a code group to work
OK, I found out why. The assembly needs to be marked as
[assembly:AllowPartiallyTrustedCallers]to>-----Original Message-----
>I'm trying to use .Net Code Access Security. I've triedof>create a code group at the user level (using strong name
>membership). Every time I run the app that is a member of
>the group, I get a SecurityException and never even get
>into Main(). This fails even if I set the PermissionSet>the group to Everything. The only time I can get the app
>to run is if I set the PermissionSet to Full Trust. Is
>there something I need to change in security.config or
>some Windows security setting I need to change?
>.
>Chris Cummings Guest



Reply With Quote

