Answer Posted / kirti
The CAS security policy revolves around two key concepts - code groups and permissions. Each .NET assembly is a member of a particular code group, and each code group is granted the permissions specified in a named permission set.
For example, using the default security policy, a control downloaded from a web site belongs to the 'Zone - Internet' code group, which adheres to the permissions defined by the 'Internet' named permission set. (Naturally the 'Internet' named permission set represents a very restrictive range of permissions.)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
Describe the .net framework architecture.
What is the difference between renderaction and renderpartial?
What is the .net framework?
What is Dependency Injection in ASP.Net MVC
What is meant by domain model?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
explain how you can load related entities in ef (entity framework)?
What is the use of action filters in an mvc application?
What is the difference between model view and controller?
What is entityset? : Entity framework
Is it possible to create a custom filter?
how to disable the lazy loading framework?
What is viewbag?
How can you return string result from Action in ASP.Net MVC?