Full trust is a trust level in ASP.NET. It authorize a code to do anything that the account running it can do.
Trust level refers to permissions set in the Web.config file that dictate what operations can and cannot be performed by Web applications.
With the full trust level, a code can do anything that the account running it can do.