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 NonActionAttribute ?
What was the problem in traditional component why side by side execution is supported in .net ?
In which circumstances you used delegates?
Do you know about the new features in ASP.Net MVC 4 ?
How to change the action name in mvc?
Describe the gac in the .net framework.
Can you explain renderbody and renderpage in mvc?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is Partial Assembly References?
Explain the advantages of dependency injection (di) in asp.net mvc?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
How does the .net framework 3.0 relate to the .net framework 2.0?