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 |
what is a mvc in asp.net?
3 Answers Cap Gemini, Elsinoir Technologies, HCL,
What are the main features of asp.net mvc 4 used by asp.net web api?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
mention in what all scenarios entity framework can be applicable?
What are the new enhancements done in default project template of asp.net mvc 4?
Can Static Constructor be Overloaded?Justify it?
What are non action methods in mvc?
Is mvc 4 supporting windows azure sdk (software development kit) ?
How Garbage Collector identifies the objects which are not in use?
6 Answers EXL, Honeywell, Microsoft, Tech Mahindra, Tesco,
How do you initiate a string without escaping each backslash ?
Describe the .net framework architecture.
If we write return statement in finally block will it works fine or throws any error?