| ||||||||||||||||||||||||||||
<securityPolicy> SectionASP.NET Syntax ASP.NET Configuration Sections Defines valid mappings of named security levels to policy files. This section can be declared at the machine, site, and application levels. You can extend this system by providing your own named trustLevel mapped to a file specified by the policyFile attribute. <securityPolicy>
<trustLevel
name = "value"
policyFile = "value" />
</securityPolicy>
The <securityPolicy> tag supports one subtag.
The <trustlevel> subtag supports two attributes.
Syntax ExampleThe following example specifies the policy files that handle different trust levels. <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 SecurityPolicySection 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