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

My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?

0 Answers  


How do you handle variable number of segments in a route definition?

0 Answers  


what is entity framework advantage?

0 Answers   Microsoft,


What does assemblyinfo.cs file consists of ?

1 Answers   Accenture, BirlaSoft,


WHICH IS MORE SECURED AMONG JAVA AND .NET?

7 Answers  






Can source code be reverse-engineered from IL?

2 Answers  


What are the features that are new in .net 2.0

2 Answers   Emphasis,


How can I tell what .net framework is installed?

0 Answers  


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

1 Answers  


What is strong name and which tool is used for this ?

4 Answers   Accenture, BirlaSoft,


When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?

5 Answers   TCS,


How to return the JSON from action method in ASP.Net MVC?

0 Answers  


Categories