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
how to disable the lazy loading framework?
What are Action Filters in ASP.NET MVC and its use?
What is the difference between model and entity?
How to Create an Intranet Site Using ASP.NET MVC?
What is a view engine?
What is the advantage of using asp.net routing?
Explain the types of Scaffoldings.
Which version of .net framework is installed?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain the .net framework.
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What is attribute routing in mvc?
What is the use of action filters in an mvc application?
What are the versions of .net framework?