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
Why to use html.partial in mvc?
What is the importance of NonActionAttribute?
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
What is entity sql? : Entity framework
What is difference between Viewbag and Viewdata in ASP.NET MVC?
How large is the .net framework 3.0?
Explain the new features added in version 4 of mvc (mvc4)?
What are the sub types of ActionResult?
what is split entity?
In razor syntax, what is the escape sequence character for @ symbol?
Describe the gac in the .net framework.
Is mvc 4 supporting windows azure sdk (software development kit) ?
How route table has been created in ASP.NET ASP.Net MVC?
what is lazy loading in entity framework?
How we can handle the exception at controller level in ASP.Net MVC?