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 |
How do you specify comments using razor syntax?
What is ViewStart Page in ASP.Net MVC?
How can I stop my code being reverse-engineered from IL
what do you mean by table-per-type?
What is the .net framework?
What is CLR? How it will work?
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
explain what does .edmx file contains?
Is .net framework going away?
js fn to go to the particular page when enter is clicked
How you can implement custom validation in asp.net MVC?
What is the difference between a Struct and a Class