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 are html helpers in asp.net mvc?
Is it possible to use multipe inheritance in .net
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
What is the "helperpage.isajax" property?
reading doc file in textbox using .net2005 with c#
Difference between <connectionstring> and <appsettings>
How the color of selected menu item will be changed in asp.net menu item?
How can we determine action invoked from HTTP GET or HTTP POST?
What are the 2 ways of adding constraints to a route?
Why to use html.partial in mvc?
What are the Core features of ASP.NET MVC?
What is the difference between partial and renderpartial?