/Swingset/Administrators/Web.config
ASP.NET | 19 lines | 11 code | 0 blank | 8 comment | 0 complexity | b84ef9c680af844c6bb3643e8594cbd7 MD5 | raw file
- <?xml version="1.0"?>
- <!--
- Note: As an alternative to hand editing this file you can use the
- web admin tool to configure settings for your application. Use
- the Website->Asp.Net Configuration option in Visual Studio.
- A full list of settings and comments can be found in
- machine.config.comments usually located in
- \Windows\Microsoft.Net\Framework\v2.x\Config
- -->
- <configuration>
- <appSettings/>
- <connectionStrings/>
- <system.web>
- <authorization>
- <allow roles="Administrator"/>
- <deny users="*"/>
- </authorization>
- </system.web>
- </configuration>