web.config 183 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?xml version="1.0"?> <configuration> <system.web> <authorization> <deny users="*" /> </authorization> </system.web> </configuration>