How do I change the permission set for a code group



How do I change the permission set for a code group..

Answer / kirti

Use caspol. If you are the machine administrator, you can operate at the 'machine' level - which means not only that the changes you make become the default for the machine, but also that users cannot change the permissions to be more permissive. If you are a normal (non-admin) user you can still modify the permissions, but only to make them more restrictive. For example, to allow intranet code to do what it likes you might do this:

caspol -cg 1.2 FullTrust

Note that because this is more permissive than the default policy (on a standard system), you should only do this at the machine level - doing it at the user level will have no effect.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What does mvvm mean?

0 Answers  


How does the .net framework 3.0 relate to windows vista?

0 Answers  


What is action methods in web api?

0 Answers  


Can any particular component of .net framework 3.0 be removed?

0 Answers  


Will the finally block get executed if an exception has not occurred

1 Answers   Siebel Systems,






How does the 'page lifecycle' of asp.net mvc works?

0 Answers  


How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?

1 Answers   Deloitte,


How does servicing work for the .net framework 3.0?

0 Answers  


Can you explain renderbody and renderpage in mvc?

0 Answers  


Which is the base class for .net Class library?

12 Answers   Sonata, TCS,


How we can register the Area in ASP.Net MVC?

0 Answers  


Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?

1 Answers  


Categories