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 the difference between entity framework and mvc?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
What is razor code?
How do you specify comments using razor syntax?
how to maintain the session state? what is Abstract class and interface and inheritence with example?
What are the options can be configured in AJAX helpers?
I have a GridView on web form, and a column in a grid is a linkbutton to open popup..., my problem is when i click on link button in a gridview popup opens as well works fine. but when i click on link button once again my popup window doesnt open. Can any one help please...
What does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
What operating systems will the .net framework 3.0 be available for?
How do assemblies find each other?
Explain the advantages of dependency injection (di) in asp.net mvc?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?