authorization Element for personalization for webParts (ASP.NET Settings Schema)
Sets the Web Parts personalization authorizations for the current Web application.
system.web Element (ASP.NET Settings Schema)
webParts Element (ASP.NET Settings Schema)
personalization Element for webParts (ASP.NET Settings Schema)
authorization Element for personalization for webParts (ASP.NET Settings Schema)
<authorization>
<allow.../>
<deny.../>
</authorization>
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description | ||||||
|---|---|---|---|---|---|---|---|
allow | Optional String element. Adds an authorization rule allowing Web Parts controls access to the mapping of authorization rules. The only allowable values are:
| ||||||
deny | Optional String element. Adds an authorization rule denying Web Parts controls access to the mapping of authorization rules. The only allowable values are:
|
Parent Elements
Element | Description |
|---|---|
configuration | The required root element in every configuration file used by the common language runtime and .NET Framework applications. |
system.web | Specifies the root element for the ASP.NET configuration settings in a configuration file. Contains configuration elements that configure ASP.NET Web applications and control how the applications behave. |
webParts | Allows you to specify a Web Parts personalization provider, set personalization authorizations, and add custom classes that extend the Transformer class for use by Web Parts connections. |
personalization | Specifies the Web Parts personalization provider and sets Web Parts personalization authorizations. |