Skip to content

Instantly share code, notes, and snippets.

@micaleel
Created December 15, 2013 19:00
Show Gist options
  • Save micaleel/7976760 to your computer and use it in GitHub Desktop.
Save micaleel/7976760 to your computer and use it in GitHub Desktop.
Changing Trust Level for ASP.NET
<configuration>
<system.web>
<trust level=”Full” />
</system.web>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment