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 filters are executed in the end?

0 Answers  


Describe the roles of clr in .net framework.?

0 Answers  


Why we need a separate mobile project template, while we can render our web application in mobile ?

0 Answers  


Will there be a .net compact framework 3.0 release with release of .net framework 3.0?

0 Answers  


Does windows 10 need .net framework?

0 Answers  






Which is the base class for .net Class library?

12 Answers   Sonata, TCS,


Does the .NET Framework have in-built support for serialization?

2 Answers  


explain lazy loading, eager loading, and explicit loading?

0 Answers   Microsoft,


How Garbage Collector identifies the objects which are not in use?

6 Answers   EXL, Honeywell, Microsoft, Tech Mahindra, Tesco,


When was .NET announced

1 Answers  


What is the difference between Finalize and Dispose (Garbage collection)

1 Answers  


What is serialization in .NET? What are the ways to control serialization?

2 Answers  


Categories