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
Explain Sections is ASP.Net MVC?
What is routeconfig.cs in mvc 4?
What is the difference between model and entity?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Where are the routing rules defined in an asp.net mvc application?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
Why to use html.partial in mvc?
What are the components required to create a route in ASP.Net MVC?
What is the use of display modes?
What is managed extensibility framework?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
what is lazy loading in entity framework?
How route table has been created in asp.net mvc?
What is MVVM design pattern?