Skip to content

Instantly share code, notes, and snippets.

@micaleel
Created October 23, 2012 21:43
Show Gist options
  • Save micaleel/3941814 to your computer and use it in GitHub Desktop.
Save micaleel/3941814 to your computer and use it in GitHub Desktop.
Setting ASP.NET Trust Level to Full
<system.web>
<trust level="Full" />
</system.web>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment