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 operating systems will the .net framework 3.0 be available for?
How can we determine action invoked from HTTP GET or HTTP POST?
What is MVVM design pattern?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What are sections?
What is the use .Glimpse in ASP.Net MVC
How do I use partial view?
what is code first approach?
What are child actions in ASP.Net MVC?
What is needed for running an application built on winfx on the .net framework 3.0?
What is viewbag?
Why to use html.partial in mvc?
Is it possible to cancel filter execution?
Difference between ASP.NET MVC and ASP.NET WebForms?
What is the use .glimpse in mvc?