8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<configuration>
|
||
|
<system.web>
|
||
|
<authorization>
|
||
|
<deny users="*" />
|
||
|
</authorization>
|
||
|
</system.web>
|
||
|
</configuration>
|