Web.config.txt 173 B

123456789
  1. <?xml version="1.0"?>
  2. <configuration>
  3. <system.web>
  4. <authorization>
  5. <deny users="?"/>
  6. <allow users="*"/>
  7. </authorization>
  8. </system.web>
  9. </configuration>