ASP.NET Tutorial/Configuration/webParts — различия между версиями

Материал из .Net Framework эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Версия 18:30, 26 мая 2010

authorization of webParts

   <source lang="csharp">

<configuration>

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

</configuration></source>