Answer Posted / kirti
Use caspol. For example, suppose you trust code from www.mydomain.com and you want it have full access to your system, but you want to keep the default restrictions for all other internet sites. To achieve this, you would add a new code group as a sub-group of the
'Zone - Internet' group, like this:
caspol -ag 1.3 -site www.mydomain.com FullTrust
Now if you run caspol -lg you will see that the new group has been added as group 1.3.1:
1.3. Zone - Internet: Internet
1.3.1. Site - www.mydomain.com: FullTrust
Note that the numeric label (1.3.1) is just a caspol invention to make the code groups easy to manipulate from the command-line. The underlying runtime never sees it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I add asp.net mvc testcases in visual studio express?
If I have multiple filters implemented, what is the order in which these filters get executed?
Possible ways to prevent xss attacks on mvc application?
Explain the difference between viewbag and viewdata in mvc?
Describe the gac in the .net framework.
What is partialview in asp.net mvc?
How to use Jquery Plugins in ASP.Net MVC validation?
What is conceptual model? : Entity framework
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Why we need a separate mobile project template, while we can render our web application in mobile ?
Explain linq to entities? : Entity framework
What is asp net framework?
What is entity framework? : Entity framework
What is a razor file?
What are the versions of .net framework?