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 does mvvm mean?
How does the .net framework 3.0 relate to windows vista?
What is action methods in web api?
Can any particular component of .net framework 3.0 be removed?
Will the finally block get executed if an exception has not occurred
How does the 'page lifecycle' of asp.net mvc works?
How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?
How does servicing work for the .net framework 3.0?
Can you explain renderbody and renderpage in mvc?
Which is the base class for .net Class library?
How we can register the Area in ASP.Net MVC?
Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?