| ||||||||||||||||||||||
<trust> SectionASP.NET Syntax ASP.NET Configuration Sections Configures the set of code access security permissions applied to a particular application. The <trust> section can be declared at the machine, site, and application levels. <trust level = "Full | High | Low | None" originUrl = "url" /> The <trust> tag supports two attributes.
Syntax ExampleThe following example specifies trust level settings for an ASP.NET application. <securityPolicy> <trustLevel name = "Full" policyFile = "internal" /> <trustLevel name = "High" policyFile = "web_hightrust.config" /> <trustLevel name = "Low" policyFile = "web_lowtrust.config" /> <trustLevel name = "None" policyFile = "web_notrust.config" /> </securityPolicy> See AlsoASP.NET Configuration TrustSection Class TrustLevel Class TrustLevelCollection Class |
| |||||||||||||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme