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 |
Explain how to spawn a thread?
Differentiate between managed and unmanaged code?
What is a delegate in .NET?
what are connection strings?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Explain me what are the deferred execution and the immediate execution in linq?
what is viewstate?
What is .net latest version?
What is singleton activation mode in .net?
Explain what relationship is between a process, application domain, and application?
Explain the difference between task and thread in .net?
Do you know what is lambda expressions in c#?