What is meant fulltrust?
Answer / arunkumar murala
Permission set is a collection of permissions which are
used to modify the security policy for code groups. The CLR
provides the following built-in permission sets.
Nothing
Implies that the code cannot be executed.
Execution
Implies that code does not have permission to access
protected resources, but can execute.
Internet
Implies that code downloaded from a location and has
limited permissions.
LocalIntranet
Implies that the code holds permissions defined in the
default enterprise policy.
Everything
Implies that the code has all permissions except to skip
verification.
FullTrust
Code has full access to all system resources.
| Is This Answer Correct ? | 2 Yes | 1 No |
How to view a .NET assembly?
Explain the Difference between value and reference type.
How to customize the trace output?
Explain what do the terms “boxing” and “unboxing” mean?
What is Finalizer in .NET define Dispose and Finalize ?
Why MVC programming model preferred?
what are connection strings?
What is the use of common language runtime?
What is the use of trace utility?
How would ASP and ASP.NET apps run at the same time on the same server?
Explain the code behind wors and contrast that using the inline style.
Explain soap and xml?