/Swingset/Administrators/Web.config

http://owasp-esapi-dotnet.googlecode.com/ · ASP.NET · 19 lines · 11 code · 0 blank · 8 comment · 0 complexity · b84ef9c680af844c6bb3643e8594cbd7 MD5 · raw file

  1. <?xml version="1.0"?>
  2. <!--
  3. Note: As an alternative to hand editing this file you can use the
  4. web admin tool to configure settings for your application. Use
  5. the Website->Asp.Net Configuration option in Visual Studio.
  6. A full list of settings and comments can be found in
  7. machine.config.comments usually located in
  8. \Windows\Microsoft.Net\Framework\v2.x\Config
  9. -->
  10. <configuration>
  11. <appSettings/>
  12. <connectionStrings/>
  13. <system.web>
  14. <authorization>
  15. <allow roles="Administrator"/>
  16. <deny users="*"/>
  17. </authorization>
  18. </system.web>
  19. </configuration>