authorization of webParts : webParts « Configuration « ASP.NET Tutorial






<configuration>
   <system.web>
      <webParts>
         <personalization>
            <authorization>
               <allow users="*" verbs="enterSharedScope" />
            </authorization>
         </personalization>
      </webParts>
   </system.web>
</configuration>








16.33.webParts
16.33.1.authorization of webParts