How do I change the permission set for a code group
Answer Posted / 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 View All Answers
What are the advantages of asp.net mvc?
Can any particular component of .net framework 3.0 be removed?
how do you truncate a table using entity data model?
What is the use .glimpse in mvc?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is difference between razor and web form engine?
Explain the methods used to render the views in ASP.Net MVC?
what is scalar property?
Why to use html.partial in mvc?
What is entity graph? : Entity framework
What is MVVM design pattern?
What is the difference between .net core and .net framework?
What is net framework 3.0 ?
Explain JSON Binding?
what is use of entity container?