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 symbol would you use to denote, the start of a code block in razor views?
If you are using components in your application, how can you handle exceptions raised in a component ?
4 Answers Accenture, BirlaSoft,
Explain the role of assembly in the .net framework.
What is tracing?Where it used.Explain few methods available
What are the advantages of asp.net mvc?
When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?
Speaking of Boolean data types, what's different between C# and C/C++ ?
In razor syntax, what is the escape sequence character for @ symbol?
what is scalar property?
Can we have more than 1 partial classes in the same file?
what is MVC pattern?
Which version of the common language runtime (clr) does the .net framework 3.0 use?