8 lines
183 B
Plaintext
Raw Normal View History

2020-05-31 00:29:42 +02:00
<?xml version="1.0"?>
<configuration>
<system.web>
<authorization>
<deny users="*" />
</authorization>
</system.web>
</configuration>